We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57bc93 commit 1f45e3eCopy full SHA for 1f45e3e
.circleci/config.yml
@@ -5,7 +5,7 @@ python_env: &python_env
5
install_awscli: &install_awscli
6
name: "Install awscli"
7
command: |
8
- sudo apt --allow-releaseinfo-change-suite update
+ sudo apt update
9
sudo apt install jq
10
sudo apt install python3-pip
11
sudo pip3 install awscli --upgrade
0 commit comments