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 a4b3dfa commit 0a357ccCopy full SHA for 0a357cc
.circleci/config.yml
@@ -8,10 +8,10 @@ deploy_defaults: &deploy_defaults
8
install_dependency: &install_dependency
9
name: Installation of build and deployment dependencies.
10
command: |
11
- sudo apt update
12
- sudo apt install jq -y
13
- sudo apt install python-dev python-pip -y
14
- sudo pip install awscli --upgrade
+ apt update
+ apt install jq -y
+ apt install python-dev python-pip -y
+ pip install awscli --upgrade
15
install_deploysuite: &install_deploysuite
16
name: Installation of install_deploysuite.
17
0 commit comments