Skip to content

Commit

Permalink
Merge pull request #16 from Clever/INFRA-3218-circleci-2-migration-cl…
Browse files Browse the repository at this point in the history
…eanup

[INFRA-3218] circleci migration cleanup
  • Loading branch information
bgveenstra authored Aug 31, 2018
2 parents e2f31dc + 4530536 commit 4b8a43a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,5 @@ jobs:
command: npm install
name: npm install
- run: npm test
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN
- run:
command: |-
cd /tmp/ && wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
sudo apt-get install python-dev
sudo pip install --upgrade awscli && aws --version
pip install --upgrade --user awscli
name: Install awscli for ECR publish
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/npm-publish $NPM_TOKEN ./; fi;

0 comments on commit 4b8a43a

Please sign in to comment.