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.
2 parents 6fc2829 + 37f7e62 commit ce99315Copy full SHA for ce99315
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
command: sudo apt-get update && sudo apt-get install python-dev
18
- run:
19
name: Install awscli
20
- command: wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py && pip install --upgrade --user awscli
+ command: wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py && sudo pip install awscli
21
22
name: Install Ruby dependencies
23
command: bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
@@ -54,4 +54,4 @@ jobs:
54
aws s3 sync jekyll/_site/docs s3://circle-production-static-site/docs/ --delete
55
else
56
echo "Not master branch so not deploying"
57
- fi
+ fi
0 commit comments