Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent e2a4e42 commit 05ddd7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 | GOSS_VER=v0.3.7 sh
curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.7 sudo sh
goss -version
- run:
name: Test Docker
Expand Down
6 changes: 3 additions & 3 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 05ddd7a

Please sign in to comment.