File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,11 @@ runs:
71
71
--rm "${{ inputs.docker-image }}" \
72
72
/bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
73
73
74
- - if: ${{ ! inputs.use-container }}
75
- name: Build (without container)
74
+ # - if: ${{ inputs.use-container == false }}
75
+ - name: Build (without container)
76
76
shell: bash --noprofile --norc -xeuo pipefail {0}
77
77
run: |
78
+ echo "inputs.use-container=${{ inputs.use-container }}"
78
79
"${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/build" "${{ inputs.build-type}}" "${{ inputs.target-device }}"
79
80
80
81
- name: Display structure of the artifacts folder (post build)
You can’t perform that action at this time.
0 commit comments