Skip to content

Commit

Permalink
Improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB authored Jul 28, 2024
1 parent 929eb83 commit f276ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/hcloud-build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ then
fi

# SSH: Upload build-script.
echo "Uploading build-script..."
if ! echo '#!/bin/sh'"
sh -exc \"
git clone 'https://github.com/dlang-dockerized/packaging.git' dlang-dockerized
Expand Down Expand Up @@ -204,6 +205,7 @@ then
exit 1
fi

echo "Launching screen session with image-builder on cloud-server..."
if ! hcloud server ssh "${serverName}" -i "${sshKeyFile}" \
'screen -d -m bash --init-file "~/build-dlang-dockerized-images.sh"'
then
Expand Down

0 comments on commit f276ec0

Please sign in to comment.