Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent 61ae5ff commit 8d745cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
environment:
IMAGE_NAME: rfaircloth/scs
GOSS_VER: v0.3.6
GOSS_DST: ~/bin
GOSS_OPTS: "--max-concurrent=1 --format junit"
GOSS_FILES_STRATEGY: cp

Expand Down Expand Up @@ -59,7 +58,7 @@
# Don't forget path!
export PATH=$PATH:~/bin
pushd package
GOSS_PATH=/cigoss dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1
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
Expand Down
10 changes: 5 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d745cb

Please sign in to comment.