Skip to content

Commit 4187fc5

Browse files
removed verbose
1 parent 3300f4f commit 4187fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [ -d "$CLONE_DIR" ]; then
6161
git_retry git remote prune origin
6262

6363
echo "Fetching the updates from origin"
64-
git_retry git fetch --tags -v
64+
git_retry git fetch --tags
6565

6666
if [ -n "$REVISION" ]; then
6767

0 commit comments

Comments
 (0)