From ad14c3f965ae8db17786367f3d54e8815d3384d1 Mon Sep 17 00:00:00 2001 From: nikkolasg Date: Thu, 1 Nov 2018 17:43:06 +0100 Subject: [PATCH] correct path --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4076d48..9066a4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,11 +13,7 @@ jobs: # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/postgres:9.4 - #### TEMPLATE_NOTE: go expects specific checkout path representing url - #### expecting it in the form of - #### /go/src/github.com/circleci/go-tool - #### /go/src/bitbucket.org/circleci/go-tool - working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}} + working_directory: /go/src/github.com/ConsenSys/handel steps: - checkout