From 20948991027b3e33c5c2bf6288551a9de3390cbf Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Sat, 29 Jun 2019 00:10:13 -0400 Subject: [PATCH] test --- .circleci/config.yml | 2 +- .idea/workspace.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffa00ca..3498ffe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ # Don't forget path! export PATH=$PATH:~/bin pushd package - GOSS_FILES_STRATEGY=cp GOSS_OPTS="--max-concurrent=1 --format junit" gossdgoss 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 12429e8..0901710 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,8 +24,8 @@ - - + + @@ -351,7 +351,7 @@ - @@ -603,8 +603,8 @@ - - + +