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 ba8a0dd commit 5da8fdaCopy full SHA for 5da8fda
1 file changed
.github/workflows/build_and_test.yaml
@@ -73,8 +73,10 @@ jobs:
73
# We disble cap_ipc_lock here as its generally incompatabile with GitHub
74
# Actions' runtime environments.
75
sudo setcap cap_ipc_lock= /usr/bin/vault
76
- sudo systemctl restart consul vault
77
- sudo systemctl status consul vault
+ sudo systemctl restart consul vault || true
+ sudo systemctl status consul vault || true
78
+ # force stop here for debug
79
+ exit 1
80
81
- name: Setup hvac symlinks
82
shell: bash
0 commit comments