diff --git a/.circleci/config.yml b/.circleci/config.yml index d1aa30b..a1901ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,11 +49,11 @@ command: | export GOSS_OPTS="--max-concurrent=1 --format junit" export GOSS_FILES_STRATEGY=cp - mkdir -p test-results + mkdir -p ~/project/test-results pushd package 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 + cat /tmp/goss.tmp | grep "[<\>]" > ~/project/test-results/goss.xml - store_test_results: path: test-results publish: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cce839c..d735cae 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,8 +24,8 @@ - - + + @@ -351,7 +351,7 @@ - @@ -599,8 +599,8 @@ - - + +