Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
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:
GO15VENDOREXPERIMENT: 1
branches:
only:
- master
- featbr2
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down