Skip to content

Commit

Permalink
add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwcook committed Jun 27, 2024
1 parent 57c84a5 commit bb2c6eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ spec:
REMOTESSHEOF
# just gathering some info
mount
# no expansions in this one, the env vars are evaluated on the remote vm
cat >>scripts/script-build.sh <<'REMOTESSHEOF'
echo >config.toml <<EOF
Expand Down Expand Up @@ -185,6 +182,10 @@ spec:
# make scripts executable and sync them to the cloud VM.
# TEMP just gathering some info
mount
chmod +x scripts/script-build.sh
chmod +x scripts/script-push.sh
rsync -ra scripts "$SSH_HOST:$BUILD_DIR"
Expand Down

0 comments on commit bb2c6eb

Please sign in to comment.