From ec26b669c82b5ce6cd7301acd3b521137df7fb09 Mon Sep 17 00:00:00 2001 From: David Armstrong Jr Date: Thu, 30 Nov 2023 14:15:09 -0800 Subject: [PATCH 1/3] 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 6845aa00..8d4bb2ef 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/dave-testing/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From 39196cc01086498338842af762e9daeb574fda86 Mon Sep 17 00:00:00 2001 From: David Armstrong Jr Date: Fri, 1 Dec 2023 10:07:29 -0800 Subject: [PATCH 2/3] updating working directory --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d4bb2ef..7504f5ac 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/dave-testing/invoicer-chapter2 + working_directory: /go/src/github.com/dkarmstrongjr20/dave-invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From 7a32c6f2ba8c7072fef3fe392575fc69c3a30a66 Mon Sep 17 00:00:00 2001 From: David Armstrong Jr Date: Fri, 1 Dec 2023 10:20:44 -0800 Subject: [PATCH 3/3] edit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7504f5ac..d3920c09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: name: Testing application command: | go test \ - github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} + github.com/dkarmstrongjr20/dave-invoicer-chapter2 - deploy: command: |