Skip to content

Commit 9711c7b

Browse files
authored
Merge branch 'master' into dependabot/gradle/service/org.assertj-assertj-core-3.27.2
2 parents 23adb41 + 5b10ec0 commit 9711c7b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ jobs:
148148

149149
- name: Dump Docker Logs
150150
if: always()
151-
run: |
152-
chmod +x dump_docker_logs.sh
153-
./dump_docker_logs.sh
151+
run: ./dump_docker_logs.sh
154152
working-directory: ./scripts
155153
shell: bash
156154

@@ -194,8 +192,6 @@ jobs:
194192
working-directory: ./scripts
195193
shell: bash
196194
run: |
197-
chmod +x ./create_build_id.sh
198-
199195
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
200196
GIT_BRANCH=PR
201197
elif [[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/master" ]]; then

scripts/create_build_id.sh

100644100755
File mode changed.

scripts/dump_docker_logs.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)