We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107d822 commit d6f0355Copy full SHA for d6f0355
.github/actions/build/action.yml.j2
@@ -71,8 +71,8 @@ runs:
71
--rm "${{ inputs.docker-image }}" \
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
74
- #- if: ${{ inputs.use-container == false }}
75
- - name: Build (without container)
+ - if: ${{ inputs.use-container == false }}
+ name: Build (without container)
76
shell: bash --noprofile --norc -xeuo pipefail {0}
77
run: |
78
echo "inputs.use-container=${{ inputs.use-container }}"
0 commit comments