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 31307f4 commit 6129af7Copy full SHA for 6129af7
.circleci/config.yml
@@ -5,7 +5,7 @@ defaults: &defaults
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
- sudo pip3 install awscli --upgrade
+ pip3 install awscli --upgrade
9
install_deploysuite: &install_deploysuite
10
name: Installation of install_deploysuite.
11
0 commit comments