From f30f88fecbbdb26424d5a4f6ad6eb58da0e3d6e1 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Fri, 26 Jul 2019 20:29:21 +0200 Subject: [PATCH] fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci --- .circleci/config.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63ef9d6..c6b93d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: