diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..7fd1034f 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/BroderickSebastian/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: @@ -32,7 +32,6 @@ jobs: command: | go test \ github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} - - deploy: command: | if [ "${CIRCLE_BRANCH}" == "master" ]; then @@ -45,4 +44,4 @@ jobs: docker images --no-trunc | awk '/^app/ {print $3}' | \ sudo tee $CIRCLE_ARTIFACTS/docker-image-shasum256.txt; docker push ${DOCKER_REPO}/${CIRCLE_PROJECT_REPONAME}; - fi + fi \ No newline at end of file