Merge pull request #31 from nbutton23/circlieCi
forgot to set the org and repo names in the config
This commit is contained in:
commit
e13e15e561
|
@ -17,10 +17,10 @@ jobs:
|
||||||
#### expecting it in the form of
|
#### expecting it in the form of
|
||||||
#### /go/src/github.com/circleci/go-tool
|
#### /go/src/github.com/circleci/go-tool
|
||||||
#### /go/src/bitbucket.org/circleci/go-tool
|
#### /go/src/bitbucket.org/circleci/go-tool
|
||||||
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
|
working_directory: /go/src/github.com/nbutton23/zxcvbn-go
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
# specify any bash command here prefixed with `run: `
|
# specify any bash command here prefixed with `run: `
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: make vet
|
# - run: make lint
|
Loading…
Reference in New Issue