From fbb9b1cc3821591797b2e71eb213796ab4a0fafa Mon Sep 17 00:00:00 2001 From: Nathan Button Date: Thu, 30 Aug 2018 15:00:27 -0600 Subject: [PATCH 1/3] forgot to set the org and repo names in the config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8f5270..a303c2a 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/nbutton23/zxcvbn-go steps: - checkout From 9be67182a5c7f1bafea4153c66115e73d5daa7fe Mon Sep 17 00:00:00 2001 From: Nathan Button Date: Thu, 30 Aug 2018 15:02:44 -0600 Subject: [PATCH 2/3] lint not vet --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a303c2a..d89ff9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,4 +23,4 @@ jobs: # specify any bash command here prefixed with `run: ` - run: make test - - run: make vet \ No newline at end of file + - run: make lint \ No newline at end of file From 5ff8baff220490b8ea11b1e5d42da00f7e6e18f0 Mon Sep 17 00:00:00 2001 From: Nathan Button Date: Thu, 30 Aug 2018 15:03:25 -0600 Subject: [PATCH 3/3] Commenting lint out since its going to fail, I have another branch where that will be fixed --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d89ff9a..30bcea1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,4 +23,4 @@ jobs: # specify any bash command here prefixed with `run: ` - run: make test - - run: make lint \ No newline at end of file + # - run: make lint \ No newline at end of file