From f72eea186dfe1a4b8e0a2a548f9acef221503916 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Fri, 9 Mar 2018 11:55:56 +0100 Subject: [PATCH] build: removes custom work dir in deploy. --- circle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/circle.yml b/circle.yml index c8caa3696c2..cfa8b762e49 100644 --- a/circle.yml +++ b/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