We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40048 commit bf503e6Copy full SHA for bf503e6
openshift/release/mirror-upstream-branches.sh
@@ -23,7 +23,7 @@ set -exo pipefail
23
TMPDIR=$(mktemp -d knativeFuncBranchingCheckXXXX -p /tmp/)
24
readonly TMPDIR
25
26
-git fetch upstream --tags
+git fetch upstream --tags --force # use force to not complain about existing tags with same name in origin
27
git fetch openshift
28
29
# Ignore release 1.7-1.14 and only sync starting from 1.15
0 commit comments