From c8c0502276a7a96b793ab60813e5a73773fbe190 Mon Sep 17 00:00:00 2001 From: "Bruno C. Couto" Date: Fri, 17 Aug 2018 11:58:15 -0300 Subject: [PATCH] Fix circleci config --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd4abd1..991e6db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -71,4 +71,4 @@ workflows: tags: only: /^v[0-9]+.*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/