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 c4cdc5c commit b57bc93Copy full SHA for b57bc93
.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 update
+ sudo apt --allow-releaseinfo-change-suite update
9
sudo apt install jq
10
sudo apt install python3-pip
11
sudo pip3 install awscli --upgrade
0 commit comments