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 5986f40 commit 9a073afCopy full SHA for 9a073af
.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