mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Disable godacov
This commit is contained in:
parent
a70f61974c
commit
ebb715b731
1 changed files with 6 additions and 6 deletions
|
@ -79,7 +79,7 @@ jobs:
|
|||
at: .
|
||||
- run: go build .
|
||||
- run: go get -u golang.org/x/lint/golint
|
||||
- run: golint -set_exit_status ./...
|
||||
- run: golint -set_exit_status ./...
|
||||
testing:
|
||||
executor: go
|
||||
steps:
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
- run: go build ./...
|
||||
- run: go get github.com/schrej/godacov
|
||||
- run: go test ./... -coverprofile coverage.out
|
||||
- run: godacov -t $CODACY_TOKEN -r ./coverage.out -c $CIRCLE_SHA1
|
||||
# - run: godacov -t $CODACY_TOKEN -r ./coverage.out -c $CIRCLE_SHA1
|
||||
build:
|
||||
executor: go
|
||||
steps:
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
wget https://github.com/goreleaser/goreleaser/releases/download/v0.104.1/goreleaser_Linux_x86_64.tar.gz && \
|
||||
tar -xvf goreleaser_Linux_x86_64.tar.gz && \
|
||||
./goreleaser -v
|
||||
- run:
|
||||
- run:
|
||||
name: Execute goreleaser
|
||||
command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --snapshot --skip-publish --debug
|
||||
publishing:
|
||||
|
@ -121,8 +121,8 @@ jobs:
|
|||
- run:
|
||||
name: Login to docker hub
|
||||
command: |
|
||||
echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin
|
||||
- run:
|
||||
echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin
|
||||
- run:
|
||||
name: Execute goreleaser
|
||||
command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --debug
|
||||
- run:
|
||||
|
@ -229,7 +229,7 @@ jobs:
|
|||
md-toc
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "91:75:47:15:b2:8e:85:e5:67:0e:63:7f:22:d2:b4:6e"
|
||||
- '91:75:47:15:b2:8e:85:e5:67:0e:63:7f:22:d2:b4:6e'
|
||||
- run:
|
||||
name: Generate and publish
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue