fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci

This commit is contained in:
Simon Aronsson 2019-07-26 20:29:21 +02:00
parent 97b5c30ca9
commit f30f88fecb

View file

@ -36,18 +36,18 @@ workflows:
only: /.*/
tags:
only: /.*/
- integration_testing:
requires:
- checkout
filters:
branches:
only: /.*/
tags:
only: /.*/
# - integration_testing:
# requires:
# - checkout
# filters:
# branches:
# only: /.*/
# tags:
# only: /.*/
- build:
requires:
- testing
- integration_testing
# - integration_testing
- linting
filters:
branches:
@ -99,14 +99,14 @@ jobs:
- run: go get -u github.com/haya14busa/goverage
- run: goverage -v -coverprofile=coverage.out ./...
- run: godacov -t $CODACY_TOKEN -r ./coverage.out -c $CIRCLE_SHA1
integration_testing:
executor: go
steps:
- attach_workspace:
at: .
- run: go build .
- setup_remote_docker
- run: ./scripts/lifecycle-tests.sh
#integration_testing:
# executor: go
# steps:
# - attach_workspace:
# at: .
# - run: go build .
# - setup_remote_docker
# - run: ./scripts/lifecycle-tests.sh
build:
executor: go
steps: