Skip to content

Commit

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

Expand Down Expand Up @@ -58,7 +58,7 @@
# Don't forget path!
export PATH=$PATH:~/bin
pushd package
GOSS_FILES_STRATEGY=cp GOSS_OPTS="--max-concurrent=1 --format junit" dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1 3>&1 1>&2 2>&3 > /tmp/goss.tmp || true ; cat /tmp/goss.tmp | grep -v "<"
GOSS_FILES_STRATEGY=cp GOSS_OPTS="--max-concurrent=1 --format junit" gossdgoss 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
- store_test_results:
Expand Down Expand Up @@ -96,7 +96,7 @@
- build
- publish:
requires:
- dgoss
- build
filters:
branches:
only:
Expand Down
30 changes: 17 additions & 13 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 ff31975

Please sign in to comment.