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 8f9cd02 commit 634fdccCopy full SHA for 634fdcc
.github/workflows/ci-main.yaml
@@ -188,7 +188,6 @@ jobs:
188
container:
189
image: ${{ matrix.container_os_image }}
190
options: --privileged --cgroupns=host -e DOCKER_HOST=tcp://dind-daemon:2375 -v /sys/fs/cgroup:/sys/fs/cgroup:rw
191
- entrypoint: ["/usr/sbin/init"]
192
runs-on: ubuntu-latest
193
needs:
194
- meta
@@ -277,7 +276,6 @@ jobs:
277
276
cat /etc/os-release
278
cat ansible/inventory/inventory.yaml
279
cat ansible/resources/env_file
280
- systemctl status
281
# docker ps
282
- name: Run Ansible Playbook
283
run: |
@@ -287,7 +285,7 @@ jobs:
287
285
whoami
288
286
uname -a
289
docker ps
290
- systemctl status sc4s
+ systemctl --user status sc4s
291
docker images
292
- name: Run tests
293
0 commit comments