Skip to content

Commit

Permalink
feat: Use command by default to get environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed May 27, 2024
1 parent d65d0d8 commit 1edfca5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflows/test/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
- name: env
container:
image: 019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:latest
# Leave `command` if you want to print the environment variables outside the virtualenv, or `args` if you want
# Use `command` if you want to print the environment variables outside the virtualenv, or `args` if you want
# to print the variables inside the virtualenv.
command: [env]
args: [env]

0 comments on commit 1edfca5

Please sign in to comment.