Skip to content

Commit 8e7eeea

Browse files
ci: use true for dummy command instead of echo ""
Change requested by @TomJo2000
1 parent 97f5108 commit 8e7eeea

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/golang_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
device_name: /dev/zram0
5353
- name: Load Docker image
5454
run: |
55-
./scripts/run-docker.sh echo ""
55+
./scripts/run-docker.sh true
5656
- name: Free additional disk space
5757
run: |
5858
./scripts/free-space.sh

.github/workflows/package_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
device_name: /dev/zram0
114114
- name: Load Docker image
115115
run: |
116-
./scripts/run-docker.sh echo ""
116+
./scripts/run-docker.sh true
117117
- name: Free additional disk space
118118
run: ./scripts/free-space.sh
119119
- name: Install needed dependencies for package updates

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
- name: Load Docker image
248248
if: ${{ steps.build-info.outputs.free-space == 'true' && steps.build-info.outputs.skip-building != 'true' }}
249249
run: |
250-
./scripts/run-docker.sh echo ""
250+
./scripts/run-docker.sh true
251251
252252
- name: Free additional disk space (if needed)
253253
if: ${{ steps.build-info.outputs.free-space == 'true' && steps.build-info.outputs.skip-building != 'true' }}

.github/workflows/zig_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
device_name: /dev/zram0
5353
- name: Load Docker image
5454
run: |
55-
./scripts/run-docker.sh echo ""
55+
./scripts/run-docker.sh true
5656
- name: Free additional disk space
5757
run: |
5858
./scripts/free-space.sh

0 commit comments

Comments
 (0)