We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdbe4f commit 0c71c62Copy full SHA for 0c71c62
.github/actions/bitbake-build/action.yml
@@ -65,4 +65,4 @@ runs:
65
if: always()
66
shell: bash
67
run: |
68
- rm -rf ~/yocto-meta-wpe-image-${{ inputs.repo_release }}/builds/build-${{ inputs.bitbake_buildname }}/tmp
+ rm -rf ~/yocto-meta-wpe-image-${{ inputs.repo_release }}/builds/${{ inputs.bitbake_buildname }}/tmp
.github/workflows/test-build.yml
@@ -5,6 +5,10 @@ jobs:
5
runs-on: [self-hosted, builder]
6
if: "!contains(github.event.head_commit.message, 'ci skip')"
7
steps:
8
+ - name: test
9
+ run: |
10
+ echo secrets.S3_HOST_BASE
11
+ echo ${{ secrets.S3_HOST_BASE }}
12
- uses: actions/checkout@v3
13
- uses: ./.github/actions/s3-configure
14
with:
0 commit comments