diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..d3920c09 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/dkarmstrongjr20/dave-invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: @@ -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: |