Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Created August 13, 2022 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehenderson/9536e34d82e09c90b82bd2a77f90dfa0 to your computer and use it in GitHub Desktop.
Save stevehenderson/9536e34d82e09c90b82bd2a77f90dfa0 to your computer and use it in GitHub Desktop.
Cloud Build Where Am I?
- id: "Read Values"
name: ubuntu
entrypoint: bash
args:
- -c
- |
# Read from "/workspace"
echo "Where am I " $(pwd)
echo "Contents " $(ls)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment