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 73419e6 commit 5b10ec0Copy full SHA for 5b10ec0
.github/workflows/build.yml
@@ -148,9 +148,7 @@ jobs:
148
149
- name: Dump Docker Logs
150
if: always()
151
- run: |
152
- chmod +x dump_docker_logs.sh
153
- ./dump_docker_logs.sh
+ run: ./dump_docker_logs.sh
154
working-directory: ./scripts
155
shell: bash
156
@@ -194,8 +192,6 @@ jobs:
194
192
195
193
196
run: |
197
- chmod +x ./create_build_id.sh
198
-
199
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
200
GIT_BRANCH=PR
201
elif [[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/master" ]]; then
scripts/create_build_id.sh
100644
100755
scripts/dump_docker_logs.sh
0 commit comments