mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: removes custom work dir in deploy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user