Skip to content

Commit

Permalink
buildspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Aug 23, 2024
1 parent 00ee5fa commit eeb90d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/tenant-samples/silo/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
commands:
# install dependencies
- cd $CODEBUILD_SRC_DIR/tenant-templates/silo
- export WEBHOOK_PATH = '$CODEBUILD_SRC_DIR/tenant-templates/silo/webhook.js'
- export WEBHOOK_PATH="$CODEBUILD_SRC_DIR/tenant-templates/silo/webhook.js"
- curl -sS -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-07-26/bin/linux/amd64/aws-iam-authenticator
- curl -sS -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.17.7/2020-07-08/bin/linux/amd64/kubectl
- chmod +x ./kubectl ./aws-iam-authenticator
Expand Down

0 comments on commit eeb90d6

Please sign in to comment.