diff --git a/.circleci/config.yml b/.circleci/config.yml index cf5970423..ce6ea2804 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,9 +119,9 @@ jobs: - store_artifacts: path: _packages destination: artifacts - - run: - name: "Deploying" - command: chmod +x deploy.sh && ./deploy.sh + #- run: + # name: "Deploying" + # command: chmod +x deploy.sh && ./deploy.sh - persist_to_workspace: root: . # Must be relative path from root