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