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 5ce652a commit 7bb15beCopy full SHA for 7bb15be
.circleci/config.yml
@@ -6,8 +6,8 @@ install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
sudo apt install jq
9
- sudo pip3 install awscli --upgrade
10
- sudo pip3 install docker-compose
+ sudo apt install awscli -y
+ sudo apt install docker-compose
11
install_deploysuite: &install_deploysuite
12
name: Installation of install_deploysuite.
13
0 commit comments