pipline build v16 - more syntax

This commit is contained in:
Josh 2025-07-31 14:54:17 +00:00
parent 78e43fef81
commit 4b97435bc2

View File

@ -1,8 +1,7 @@
steps: steps:
ssh-test: # name unchanged ssh-test:
image: google/cloud-sdk:latest image: google/cloud-sdk:latest
commands: commands: |
- |
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
@ -35,4 +34,3 @@ steps:
IMG_TAG=${TAG} docker compose up -d --force-recreate --remove-orphans IMG_TAG=${TAG} docker compose up -d --force-recreate --remove-orphans
echo "✅ Staging stack refreshed" echo "✅ Staging stack refreshed"
EOF EOF