Skip to content

Commit 908654f

Browse files
committed
wip debug configure failure in gha
1 parent 77a04a4 commit 908654f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_testing_configure.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@ jobs:
114114
115115
cat > standup.sh <<'EOF'
116116
#! /bin/bash
117-
set -e
117+
#set -e
118118
set -x
119119
120120
chmod 750 /etc/puppetlabs/puppet/sign.sh
121121
chown puppet:puppet /etc/puppetlabs/puppet/sign.sh
122122
123123
systemctl start puppetserver
124+
journalctl -xeu puppetserver.service
125+
cat /var/log/puppetlabs/puppetserver/puppetserver.log
124126
EOF
125127
bolt script run standup.sh --inventory inventory.yaml --targets test-primary-1 --stream
126128
- name: Write agent configure params

0 commit comments

Comments
 (0)