From c3c075a44ce8509f89a010efefca24442fe81047 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Sep 2019 09:26:32 -0400 Subject: [PATCH] no circleci --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0025371..d14e521 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,15 +23,14 @@ jobs: command: | cd tests mkdir -p /app/reports/bats - bats $(circleci tests glob '*.bats' | circleci tests split) > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" - # bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap" + # bats $(circleci tests glob '*.bats' | circleci tests split) > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" + bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap" - store_test_results: path: reports docker-push: docker: - image: kennethreitz/bake:ci - resource_class: 2xlarge working_directory: /app @@ -53,7 +52,6 @@ jobs: docker-push-ci: docker: - image: kennethreitz/bake:ci - resource_class: xlarge working_directory: /app