Commit f72eea18 by Leonard Gram

build: removes custom work dir in deploy.

parent 49de4ed2
......@@ -61,7 +61,6 @@ jobs:
deploy-master:
docker:
- image: circleci/python:2.7-stretch
working_directory: /go/src/github.com/grafana/grafana
steps:
- attach_workspace:
at: .
......@@ -84,7 +83,6 @@ jobs:
deploy-release:
docker:
- image: circleci/python:2.7-stretch
working_directory: /go/src/github.com/grafana/grafana
steps:
- attach_workspace:
at: dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment