Skip to content

Commit

Permalink
Update cloudbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole authored Feb 7, 2021
1 parent a79253e commit 4157933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releasing/cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ echo "pwd = $PWD"
# Sanity check
echo "### ls -las . ################################"
ls -las .
# echo "### ls -C /usr/bin ################################"
# ls -C /usr/bin
echo "### ls -C /usr/bin/gorel* ################################"
ls -C /usr/bin/gorel*
echo "###################################"


Expand Down Expand Up @@ -118,7 +118,7 @@ cat $configFile

date

time /goreleaser release \
time /usr/local/bin/goreleaser release \
--timeout 10m \
--parallelism 4 \
--config=$configFile \
Expand Down

0 comments on commit 4157933

Please sign in to comment.