Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrn committed Aug 17, 2018
1 parent 655af73 commit c8c0502
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 @@ -34,12 +34,12 @@ jobs:
- persist_to_workspace:
root: ~/repo
paths: .

deploy:
<<: *defaults
steps:
- attach_workspace:
- at: ~/repo
at: ~/repo
- add_ssh_keys
- run:
name: Authenticate NPM registry
Expand Down Expand Up @@ -71,4 +71,4 @@ workflows:
tags:
only: /^v[0-9]+.*/
branches:
ignore: /.*/
ignore: /.*/

0 comments on commit c8c0502

Please sign in to comment.