pipeline build v20 - bash argument
This commit is contained in:
parent
0c3238a611
commit
d2e5c8805c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user