From 70b6c7c77523a9f1f96a63da599043e4003cd1a0 Mon Sep 17 00:00:00 2001 From: bushyfoot <52629996+bushyfoot@users.noreply.github.com> Date: Mon, 27 Jul 2020 10:54:24 -0700 Subject: [PATCH 1/3] 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 37e1161c6206e61f827280008d30daee7bceb83b Mon Sep 17 00:00:00 2001 From: bushyfoot <52629996+bushyfoot@users.noreply.github.com> Date: Mon, 27 Jul 2020 11:51:58 -0700 Subject: [PATCH 2/3] 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 9591dde2..163dfe6b 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/ docker: - image: circleci/golang:1.10 steps: From eb89d9a2dba6f504a3a14fb44131b1b2dbdc5698 Mon Sep 17 00:00:00 2001 From: bushyfoot <52629996+bushyfoot@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:05:30 -0700 Subject: [PATCH 3/3] 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 163dfe6b..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/bushyfoot/invoicer-chapter2/ + working_directory: /go/src/github.com/bushyfoot/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: