We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f973793 commit 1d46f1eCopy full SHA for 1d46f1e
.ci/publish-aws.sh
@@ -9,6 +9,11 @@ set -euo pipefail
9
export AWS_FOLDER=${AWS_FOLDER:-.aws}
10
export SUFFIX_ARN_FILE=${SUFFIX_ARN_FILE:-arn-file.md}
11
12
+# This needs to be set in GH actions
13
+# https://dotjoeblog.wordpress.com/2021/03/14/github-actions-aws-error-exit-code-255/
14
+# eu-west-1 is just a random region
15
+export AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION:-eu-west-1}
16
+
17
GOOS=${GOOS:?Please provide GOOS environment variable.}
18
GOARCH=${GOARCH:?Please provide GOARCH environment variable.}
19
ELASTIC_LAYER_NAME=${ELASTIC_LAYER_NAME:?Please provide ELASTIC_LAYER_NAME environment variable.}
0 commit comments