CircleCI yml file update.
This commit is contained in:
parent
4f364173a3
commit
17f6bab2e7
1 changed files with 3 additions and 4 deletions
|
|
@ -17,11 +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/go-jet/jet
|
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
# specify any bash command here prefixed with `run: `
|
# specify any bash command here prefixed with `run: `
|
||||||
#- run: go get -v -t -d ./...
|
- run: go get -v -t -d ./...
|
||||||
#- run: go test -v ./...
|
- run: go test -v ./...
|
||||||
- run: go test
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue