Skip to content

Commit

Permalink
Add test env variables for support of .env files.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseaton committed May 17, 2023
1 parent 4087f9b commit 1b4c72e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ steps:
- name: node
id: test
entrypoint: npm
args: ['test']
args: ['test']
# - name: node
# id: build
# secretEnv: ['SOME_ENV']
# entrypoint: bash
# args:
# - -ceu
# - |
# echo '$$SOME_ENV'

0 comments on commit 1b4c72e

Please sign in to comment.