Created
August 13, 2022 18:04
-
-
Save stevehenderson/9536e34d82e09c90b82bd2a77f90dfa0 to your computer and use it in GitHub Desktop.
Cloud Build Where Am I?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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