mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-17 23:50:13 +01:00
fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci
This commit is contained in:
parent
97b5c30ca9
commit
f30f88fecb
1 changed files with 17 additions and 17 deletions
|
|
@ -36,18 +36,18 @@ workflows:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- integration_testing:
|
# - integration_testing:
|
||||||
requires:
|
# requires:
|
||||||
- checkout
|
# - checkout
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only: /.*/
|
# only: /.*/
|
||||||
tags:
|
# tags:
|
||||||
only: /.*/
|
# only: /.*/
|
||||||
- build:
|
- build:
|
||||||
requires:
|
requires:
|
||||||
- testing
|
- testing
|
||||||
- integration_testing
|
# - integration_testing
|
||||||
- linting
|
- linting
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -99,14 +99,14 @@ jobs:
|
||||||
- run: go get -u github.com/haya14busa/goverage
|
- run: go get -u github.com/haya14busa/goverage
|
||||||
- run: goverage -v -coverprofile=coverage.out ./...
|
- run: goverage -v -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
|
||||||
integration_testing:
|
#integration_testing:
|
||||||
executor: go
|
# executor: go
|
||||||
steps:
|
# steps:
|
||||||
- attach_workspace:
|
# - attach_workspace:
|
||||||
at: .
|
# at: .
|
||||||
- run: go build .
|
# - run: go build .
|
||||||
- setup_remote_docker
|
# - setup_remote_docker
|
||||||
- run: ./scripts/lifecycle-tests.sh
|
# - run: ./scripts/lifecycle-tests.sh
|
||||||
build:
|
build:
|
||||||
executor: go
|
executor: go
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue