From f51e6387326304ae1fa375403476916c299153b0 Mon Sep 17 00:00:00 2001 From: Brad <25336193+HyperEntangledQubit@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:18:23 -0400 Subject: [PATCH 1/5] adding circleci conf --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3986a5d..cc379603 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-chapter3 + working_directory: /go/src/github.com/HyperEntangledQubit/invoicer-chapter3 docker: - image: circleci/golang:1.8 environment: From 308adcf647af460d23717ed00348cc77e5031c0e Mon Sep 17 00:00:00 2001 From: Brad <25336193+HyperEntangledQubit@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:24:56 -0400 Subject: [PATCH 2/5] Adding minor change to get circlcci to trigger --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc379603..d88974d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,7 @@ version: 2 jobs: build: + # Adding more # 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/HyperEntangledQubit/invoicer-chapter3 From b87bb118cf9c4a951424312ad0aa4c3ac669e6e0 Mon Sep 17 00:00:00 2001 From: Brad <25336193+HyperEntangledQubit@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:27:49 -0400 Subject: [PATCH 3/5] Fixing circleci --- .circleci/config.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d88974d4..44362e0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: # Adding more # 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/HyperEntangledQubit/invoicer-chapter3 + working_directory: /Users/grayfox/src/_go/invoicer-chapter3 docker: - image: circleci/golang:1.8 environment: diff --git a/Makefile b/Makefile index 5aeb8ede..cdde397d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -PROJECT := github.com/Securing-DevOps/invoicer +PROJECT := github.com/HyperEntangledQubit/invoicer GO := GO15VENDOREXPERIMENT=1 go GOGETTER := GOPATH=$(shell pwd)/.tmpdeps go get -d GOLINT := golint From 4c5c1569f73b9818bc590011e74ab928fb6d782d Mon Sep 17 00:00:00 2001 From: Brad <25336193+HyperEntangledQubit@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:39:47 -0400 Subject: [PATCH 4/5] more cicrcleci changes --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 44362e0b..d88974d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: # Adding more # 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: /Users/grayfox/src/_go/invoicer-chapter3 + working_directory: /go/src/github.com/HyperEntangledQubit/invoicer-chapter3 docker: - image: circleci/golang:1.8 environment: From 179c104c5c90a99e560295db3b3ea054edf65450 Mon Sep 17 00:00:00 2001 From: Brad <25336193+HyperEntangledQubit@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:40:38 -0400 Subject: [PATCH 5/5] Adding circleci changes --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d88974d4..298154df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ jobs: branches: only: - master + - featbr2 steps: - checkout - setup_remote_docker