Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala authored Nov 17, 2023
1 parent 8f95966 commit 8baf6be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ updateChaincode() {
if [[ -n "$1" ]]; then
"$@"
else

gitSync
if [ -z $CI ]; then
gitSync
fi

curl --silent --show-error https://raw.githubusercontent.com/davidkhala/goutils/master/scripts/install.sh | bash -s latest
cd common
Expand Down

0 comments on commit 8baf6be

Please sign in to comment.