From 9c7229ad967c8322fd65d57d1ac861c1f0f15a81 Mon Sep 17 00:00:00 2001 From: bushyfoot <52629996+bushyfoot@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:52:27 -0700 Subject: [PATCH 1/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..9591dde2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/bushyfoot/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From e85a7a5d1dc1713ebb85a6169755a6a51872bbb6 Mon Sep 17 00:00:00 2001 From: bushyfoot Date: Tue, 28 Jul 2020 10:53:16 -0700 Subject: [PATCH 2/2] initial circleci conf --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9591dde2..dc76ae22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/bushyfoot/invoicer-chapter2 + working_directory: /go/src/github.com/bushyfoot/invoicer-chapter2.1 docker: - image: circleci/golang:1.10 steps: