pipeline build v20 - bash argument

This commit is contained in:
Josh 2025-07-31 15:02:51 +00:00
parent 0c3238a611
commit d2e5c8805c

View File

@ -1,8 +1,10 @@
steps:
ssh-test:
image: google/cloud-sdk:latest
entrypoint: ["bash", "-c"]
commands: |
entrypoint:
- bash
- -c
- |
set -euo pipefail
mkdir -p ~/.ssh