Skip to content

Commit 7df4f18

Browse files
committed
Temporarily echo commands with -x
1 parent 8fe4a71 commit 7df4f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
chown -R compass:compass $HOME $PWD
9696
# Use a shell which switch to the non-root compass user first
9797
# Using --preserve-env and --preserve-env=PATH to propagate environment variables
98-
shell: sudo --preserve-env=HOME --preserve-env=PATH --preserve-env -u compass bash -e {0}
98+
shell: sudo --preserve-env=HOME --preserve-env=PATH --preserve-env -u compass bash -x -e {0}
9999
container:
100100
image: rockylinux:9
101101
volumes:

0 commit comments

Comments
 (0)