Skip to content

Commit

Permalink
hotfix: Fix circle/config issue re goss
Browse files Browse the repository at this point in the history
  • Loading branch information
Haris Khan committed Aug 15, 2019
1 parent 86ad865 commit 0d3ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_goss: &install_goss
name: Install goss
command: |
# rather than give internet scripts SU rights, we install to local user bin and add to path
mkdir ~/bin
mkdir -p ~/bin
export GOSS_DST=~/bin
export PATH=$PATH:~/bin
curl -fsSL https://goss.rocks/install | sh
Expand Down

0 comments on commit 0d3ad21

Please sign in to comment.