From b5f4e768acbc012ecfc26d29931e5506939c887f Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Fri, 28 Jun 2019 23:44:33 -0400 Subject: [PATCH] update --- .circleci/config.yml | 3 +-- .idea/workspace.xml | 11 +++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 860f81e..6a1c3f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,8 +58,7 @@ # Don't forget path! export PATH=$PATH:~/bin pushd package - GOSS_FILES_STRATEGY=cp dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1 - #3>&1 1>&2 2>&3 > /tmp/goss.tmp || true ; cat /tmp/goss.tmp | grep -v "<" + GOSS_FILES_STRATEGY=cp GOSS_OPTS="--max-concurrent=1 --format junit" dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1 3>&1 1>&2 2>&3 > /tmp/goss.tmp || true ; cat /tmp/goss.tmp | grep -v "<" popd cat /tmp/goss.tmp | grep "[<\>]" > ~/project/test-results/goss.xml - store_test_results: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c643852..aeda2c8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,6 @@ - - @@ -600,8 +599,8 @@ - - + +