Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent 7dbf5f1 commit 00d91d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,19 @@
name: Install goss
command: |
# rather than give internet scripts SU rights, we install to local user bin and add to path
mkdir -p $GOSS_DST
mkdir -p $GOSS_PATH
mkdir ~/bin
export GOSS_DST=~/bin
export PATH=$PATH:~/bin
curl -fsSL https://goss.rocks/install | sh
goss -version
- run:
name: Test Docker
command: |
mkdir -p ~/project/test-results
# Don't forget path!
export PATH=$PATH:~/bin
pushd package
~/bin/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 00d91d0

Please sign in to comment.