From 1c8542f82edf0455059f2e9a32572df7425e5967 Mon Sep 17 00:00:00 2001 From: James Walden Date: Mon, 30 Aug 2021 14:05:45 -0400 Subject: [PATCH 1/2] Set my github directory in 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..886de0b7 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/jwalden/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From ee7566b24ad89218bf3f059707333de753d359f9 Mon Sep 17 00:00:00 2001 From: James Walden Date: Mon, 30 Aug 2021 14:16:23 -0400 Subject: [PATCH 2/2] Circleci conf for invoicer project --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 886de0b7..e81708de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,6 @@ version: 2 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/jwalden/invoicer-chapter2 docker: - image: circleci/golang:1.10