File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ runs:
81
81
-v "${{ env.REPO_DIR }}:${{ env.REPO_DIR }}" \
82
82
-v "${{ env.ARTIFACTS_DIR }}:${{ env.ARTIFACTS_DIR }}" \
83
83
--rm "${{ inputs.docker-image }}" \
84
- /bin/bash -c "${{ env.REPO_DIR }}/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
84
+ /bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/ scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
85
85
86
86
- if: ${{ !inputs.use-container }}
87
87
name: Build (without container)
88
88
shell: bash --noprofile --norc -xeuo pipefail {0}
89
89
run: |
90
- "${{ env.REPO_DIR }}/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/build" "${{ inputs.build-type}}" "${{ inputs.target-device }}"
90
+ "${{ env.REPO_DIR }}/continuous_integration/ scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/build" "${{ inputs.build-type}}" "${{ inputs.target-device }}"
91
91
92
92
- name: Display structure of the artifacts folder (post build)
93
93
shell: bash --noprofile --norc -xeuo pipefail {0}
Original file line number Diff line number Diff line change 34
34
- name : Run test / analysis
35
35
shell : bash --noprofile --norc -xeuo pipefail {0}
36
36
run : |
37
- "${{ env.REPO_DIR }}/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/test" ${{ inputs.test-options }}
37
+ "${{ env.REPO_DIR }}/continuous_integration/ scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/test" ${{ inputs.test-options }}
You can’t perform that action at this time.
0 commit comments