Skip to content

Commit 5da8fda

Browse files
committed
debug vault daemon in CI
1 parent ba8a0dd commit 5da8fda

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build_and_test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ jobs:
7373
# We disble cap_ipc_lock here as its generally incompatabile with GitHub
7474
# Actions' runtime environments.
7575
sudo setcap cap_ipc_lock= /usr/bin/vault
76-
sudo systemctl restart consul vault
77-
sudo systemctl status consul vault
76+
sudo systemctl restart consul vault || true
77+
sudo systemctl status consul vault || true
78+
# force stop here for debug
79+
exit 1
7880
7981
- name: Setup hvac symlinks
8082
shell: bash

0 commit comments

Comments
 (0)