diff --git a/.circleci/config.yml b/.circleci/config.yml index e09123a..428a36a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,11 +48,13 @@ command: | export GOSS_OPTS="--max-concurrent=1 --format junit" export GOSS_FILES_STRATEGY=cp - mkdir -p /root/test-results + 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 "<" popd - cat /tmp/goss.tmp | grep "[<\>]" > /root/test-results/goss.xml + cat /tmp/goss.tmp | grep "[<\>]" > test-results/goss.xml + - store_test_results: + path: test-results publish: environment: IMAGE_NAME: rfaircloth/scs diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 26539f0..c381e8a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,8 +24,8 @@ - - + + @@ -351,7 +351,7 @@ - @@ -599,8 +599,8 @@ - - + +