diff --git a/.circleci/config.yml b/.circleci/config.yml index 8fc71c9..d1aa30b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ export GOSS_FILES_STRATEGY=cp mkdir -p test-results pushd package - ~/bin/dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1 3>&1 1>&2 2>&3 > /tmp/goss.tmp || true ; cat /tmp/goss.tmp | grep -v "<" + GOSS_PATH=~/bin ~/bin/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 "[<\>]" > test-results/goss.xml - store_test_results: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c8d59bc..cce839c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,8 +24,8 @@ - - + + @@ -351,7 +351,7 @@ - @@ -599,8 +599,8 @@ - - + +