Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
fix circleci deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Dec 11, 2018
1 parent 9529f33 commit b8c3c6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ jobs:
steps:
- attach_workspace:
at: dist
- checkout
- run:
name: Deploying to S3
command: ci/circle/deploy_s3-osx.sh

command: |
pip install awscli --upgrade --user
tar -cvzf nupic-${CIRCLE_SHA1}-darwin64.tar.gz -C dist .
aws s3 cp nupic-${CIRCLE_SHA1}-darwin64.tar.gz s3://artifacts.numenta.org/numenta/nupic/circle/
workflows:
version: 2
build-test-deploy:
Expand Down

0 comments on commit b8c3c6c

Please sign in to comment.