From 53c23176325d5e2aafc5878d4caa7ad1e233226a Mon Sep 17 00:00:00 2001 From: huttotw Date: Tue, 6 Mar 2018 10:45:15 -0500 Subject: [PATCH] add my repo name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d28caf..487aeb7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: #### 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/huttotw/grules steps: - checkout