Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Oct 2, 2022
1 parent e0fdcb7 commit 02aa58b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion node/api/setup/testdata/create.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ terraform {
}

provider "aws" {
version = "~> 4.0"
region = "aws-region"
skip_get_ec2_platforms = true

Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ -n "$RELEASE" ]; then
fi

deploy_function() {
env GOOS=linux GOARCH=arm64 go build -o bootstrap
env GOOS=linux GOARCH=arm64 go build -o bootstrap -trimpath
zip -j -y -q "$1.zip" bootstrap

aws s3 cp --no-progress "$1.zip" "$BUCKET"
Expand Down

0 comments on commit 02aa58b

Please sign in to comment.