diff --git a/.circleci/config.yml b/.circleci/config.yml index d3986a5d..298154df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,10 @@ 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/Securing-DevOps/invoicer-chapter3 + working_directory: /go/src/github.com/HyperEntangledQubit/invoicer-chapter3 docker: - image: circleci/golang:1.8 environment: @@ -11,6 +12,7 @@ jobs: branches: only: - master + - featbr2 steps: - checkout - setup_remote_docker 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