Created
February 21, 2020 05:39
-
-
Save fujiwara/58c1c95df14d82a8b1a8d8d404170879 to your computer and use it in GitHub Desktop.
aws-cli-v2 orb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orbs: | |
aws-cli-v2: | |
commands: | |
install: | |
steps: | |
- run: | | |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
unzip awscliv2.zip | |
sudo ./aws/install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment