Skip to content

Commit

Permalink
added verbose dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiculinic committed Apr 24, 2019
1 parent 4b2e7b2 commit 5de56f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Expand Up @@ -53,7 +53,7 @@ go_build:
- mkdir -p .cache
- export GOCACHE=${CI_PROJECT_DIR}/.cache
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN ${CI_REGISTRY}
- dep ensure -vendor-only
- dep ensure -vendor-only -v
- go env
- go test ./...
- GOOS=linux GOARCH=amd64 go build -a -ldflags '-extldflags "-static"' -o build/${CI_PROJECT_NAME}-amd64 ./cmd/manager
Expand Down Expand Up @@ -105,4 +105,3 @@ go_build:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .cache/

0 comments on commit 5de56f7

Please sign in to comment.