mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-02 20:11:43 +01:00
retag-for-jenkins: Drop obsolete comment
Submodules are not a thing any more.
This commit is contained in:
parent
0eb5f2908e
commit
37d01fb82a
@ -33,9 +33,6 @@ echo "${BUILD_PATCH}" | git am -3 || {
|
||||
fi
|
||||
git add "${vertxt}"
|
||||
git am --continue
|
||||
# This does not handle submodule conflicts: It should use the one
|
||||
# from the TAG (similar to version.txt) unless an explicit new
|
||||
# reference was specified
|
||||
} || { echo "Failed to resolve conflict, continue manually" >&2 ; exit 1 ; }
|
||||
git tag -d "${TAG}"
|
||||
git tag "${TAG}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user