You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
svn del ${GF_WORKSPACE_URL_SSH}/tags/${RELEASE_VERSION} -m "del tag ${RELEASE_VERSION}"|true
634
634
635
+
svn upgrade ${WORKSPACE}/tag/main
636
+
635
637
# copy the exact trunk used to run the release
636
638
SVN_REVISION=`svn info ${WORKSPACE}/tag/main | grep 'Revision:'| awk '{print $2}'`
637
639
svn cp ${GF_WORKSPACE_URL_SSH}/trunk/main@${SVN_REVISION}${GF_WORKSPACE_URL_SSH}/tags/${RELEASE_VERSION} -m "create tag ${RELEASE_VERSION} based on r${SVN_REVISION}"
0 commit comments