Skip to content

Commit bf503e6

Browse files
authored
Force to fetch upstream tags to not complain about existing tags with same name in origin (#896)
1 parent ac40048 commit bf503e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/release/mirror-upstream-branches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -exo pipefail
2323
TMPDIR=$(mktemp -d knativeFuncBranchingCheckXXXX -p /tmp/)
2424
readonly TMPDIR
2525

26-
git fetch upstream --tags
26+
git fetch upstream --tags --force # use force to not complain about existing tags with same name in origin
2727
git fetch openshift
2828

2929
# Ignore release 1.7-1.14 and only sync starting from 1.15

0 commit comments

Comments
 (0)