build: removes custom work dir in deploy.

pull/11183/head
Leonard Gram 7 years ago
parent 49de4ed28b
commit f72eea186d
  1. 2
      circle.yml

@ -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

Loading…
Cancel
Save