Skip to content

Commit

Permalink
cleanup(travis): rm unused aws-iam-authenticator setup
Browse files Browse the repository at this point in the history
This was left behind from #362.
  • Loading branch information
metral committed Apr 21, 2020
1 parent 21ae62d commit 98f4a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ before_install:
- source ${PULUMI_SCRIPTS}/ci/keep-failed-tests.sh
install:
- source ${PULUMI_SCRIPTS}/ci/install-common-toolchain.sh
# Install aws-iam-authenticator
# See: https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html)
- curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator
- chmod +x ./aws-iam-authenticator
- sudo mv aws-iam-authenticator /usr/local/bin
# Install Pulumi
- curl -L https://get.pulumi.com/ | bash
- export PATH=$HOME/.pulumi/bin:$PATH
Expand Down

0 comments on commit 98f4a7b

Please sign in to comment.