Skip to content

Commit

Permalink
Using explicit path for attached workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Geihsler committed Mar 16, 2020
1 parent b90e798 commit e2dd84f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- attach_workspace:
at: /tmp/rules
- run:
name: cd
command: cd /tmp/rules
name: ls
command: ls /tmp/rules
- run:
name: Install awscli
command: sudo pip install awscli
- run:
name: Deploy to S3
command: aws s3 cp ./rules.json s3://assets.us.auth0.com/extensibility/rules/rules.json
command: aws s3 cp /tmp/rules/rules.json s3://assets.us.auth0.com/extensibility/rules/rules.json

workflows:
version: 2
Expand Down

0 comments on commit e2dd84f

Please sign in to comment.