Browse Source

build: removes custom work dir in deploy.

Leonard Gram 7 years ago
parent
commit
f72eea186d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      circle.yml

+ 0 - 2
circle.yml

@@ -61,7 +61,6 @@ jobs:
   deploy-master:
   deploy-master:
     docker:
     docker:
       - image: circleci/python:2.7-stretch
       - image: circleci/python:2.7-stretch
-    working_directory: /go/src/github.com/grafana/grafana
     steps:
     steps:
       - attach_workspace:
       - attach_workspace:
           at: .
           at: .
@@ -84,7 +83,6 @@ jobs:
   deploy-release:
   deploy-release:
     docker:
     docker:
       - image: circleci/python:2.7-stretch
       - image: circleci/python:2.7-stretch
-    working_directory: /go/src/github.com/grafana/grafana
     steps:
     steps:
       - attach_workspace:
       - attach_workspace:
           at: dist
           at: dist