Skip to content

Commit

Permalink
Merge pull request buildkite#30 from Eli-Goldberg/region-env-fixes
Browse files Browse the repository at this point in the history
fix region error. fix env vars not propagated to task if -s not provided
  • Loading branch information
lox authored Mar 24, 2020
2 parents caf45fb + 2eaee42 commit 93bbfbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build/*
__debug_bin
.vscode/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ GLOBAL OPTIONS:
--env KEY=value, -e KEY=value An environment variable to add in the form KEY=value or `KEY` (shorthand for `KEY=$KEY` to pass through an env var from the current host). Can be specified multiple times
--inherit-env, -E Inherit all of the environment variables from the calling shell
--count value, -C value Number of tasks to run (default: 1)
--region value, -r value AWS Region
--deregister Deregister task definition once done
--help, -h show help
--version, -v print the version
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ require (
golang.org/x/text v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

go 1.13

0 comments on commit 93bbfbe

Please sign in to comment.