Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Mar 27, 2024
1 parent 0d6c8b0 commit e7d7831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
vagrant up
vagrant status
vagrant ssh -c "grep 'errors occurred during installation' /var/log/install.log || true" || \
( echo Retry && sleep 20 && vagrant ssh -c "grep 'errors occurred during installation' /var/log/install.log || true" )
( echo Retry && sleep 20 && vagrant ssh --debug -c "grep 'errors occurred during installation' /var/log/install.log || true" )
vagrant ssh -c "grep -q 'No errors detected' /var/log/install.log && \
cylc version --long && \
CYLC_VERSION=8 cylc version --long && \
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ else
echo "[INFO] No errors detected"
fi

rm -f /etc/nologin
if [[ $collections =~ desktop && ! $collections =~ skip-shutdown ]]; then
echo Shutting down the system.
echo Please run vagrant up to restart it.
rm /etc/nologin
sudo shutdown -h now
else
echo Please run vagrant ssh to connect.
Expand Down

0 comments on commit e7d7831

Please sign in to comment.