File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 49
49
ls -lahR ${{ env.ARTIFACTS_DIR }}
50
50
<% endif %>
51
51
52
- # TODO: Remove
53
- - name: Cache build
54
- id: cache-build
55
- uses: actions/cache@v3
56
- with:
57
- path: |
58
- ${{ env.ARTIFACTS_DIR }}
59
- key: ${{ inputs.client-repo }}-${{ runner.os }}-build
60
-
61
-
62
52
- if: ${{ inputs.use-container == true }}
63
53
name: Build (in container)
64
54
shell: bash --noprofile --norc -xeuo pipefail {0}
81
71
--rm "${{ inputs.docker-image }}" \
82
72
/bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
83
73
84
- - if: ${{ !inputs.use-container && steps.cache-build.outputs.cache-hit != 'true' }}
74
+ - if: ${{ !inputs.use-container }}
85
75
name: Build (without container)
86
76
shell: bash --noprofile --norc -xeuo pipefail {0}
87
77
run: |
You can’t perform that action at this time.
0 commit comments