From 1e6fc8a7eae3343112f3a73b31d25c67c3d3cccb Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Fri, 28 Jun 2019 20:59:54 -0400 Subject: [PATCH] path work --- .circleci/config.yml | 4 ++-- .idea/workspace.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@ - - + +