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 5dddea6 commit 48dc59e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
command: |
# rather than give internet scripts SU rights, we install to local user bin and add to path
mkdir ~/bin
export GOSS_DST=~/bin
export PATH=$PATH:~/bin
# export GOSS_DST=~/bin
# export PATH=$PATH:~/bin
curl -fsSL https://goss.rocks/install | sh
goss -version
- run:
Expand All @@ -58,7 +58,7 @@
# Don't forget path!
export PATH=$PATH:~/bin
pushd package
GOSS_FILES_STRATEGY=cp GOSS_FILES_STRATEGY=cp dgoss run -t $IMAGE_NAME:$CIRCLE_SHA1
GOSS_FILES_STRATEGY=cp 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
12 changes: 6 additions & 6 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 48dc59e

Please sign in to comment.