Skip to content

Commit

Permalink
move goss
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent d179057 commit 3a17383
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
name: Install goss
command: |
# rather than give internet scripts SU rights, we install to local user bin and add to path
curl -fsSL https://goss.rocks/install | sh
curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.6 GOSS_DST=~/bin sh
- run:
name: Test Docker
command: |
Expand Down
33 changes: 14 additions & 19 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 3a17383

Please sign in to comment.