Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/circle aws install #596

Merged
merged 5 commits into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ references:
run: {name: 'Prepare Git', command: 'git config --global user.email "ci.bot@mass.gov" && git config --global user.name "MassGov Bot"'}
no_host_check: &no_host_check
run: {name: 'Disable StrictHostKeyChecking', command: 'mkdir -p $HOME/.ssh && echo "StrictHostKeyChecking no" >> ~/.ssh/config'}
install_aws: &install_aws
run: {name: 'Install AWS CLI', command: 'sudo apt-get update && sudo apt-get -y -qq install awscli'}

react_defaults: &react_defaults
working_directory: ~/repo
Expand Down Expand Up @@ -207,8 +205,7 @@ jobs:
- run: |
# Only sync to S3 for stable tags.
if [[ "$CIRCLE_TAG" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
sudo apt-get install python-dev python-pip
sudo pip install awscli
sudo apt-get update && sudo apt-get -y -qq install awscli
fi
- run: |
# Only sync to S3 for stable tags.
Expand Down
4 changes: 0 additions & 4 deletions changelogs/DP-14006.md

This file was deleted.