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 bf25eda commit c67f795Copy full SHA for c67f795
.github/workflows/test-installers.yml
@@ -92,7 +92,7 @@ jobs:
92
adduser compass
93
echo "compass ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
94
# Use a shell which switch to the non-root compass user first
95
- shell: sudo -u compass PATH=$PATH bash -e {0}
+ shell: sudo -u compass bash -e {0}
96
container:
97
image: rockylinux:9
98
volumes:
@@ -165,6 +165,11 @@ jobs:
165
with:
166
key: smoke-tests-downloads-${{ inputs.version }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.package }}
167
path: packages/compass-smoke-tests/.downloads
168
+ - name: Print env (clean)
169
+ shell: bash
170
+ run: env
171
+ - name: Print env
172
173
- name: Print current user
174
run: whoami && sudo whoami
175
- name: Install dependencies and build packages
0 commit comments