fix
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ steps:
|
|||||||
then
|
then
|
||||||
git tag $PACKAGE_VERSION
|
git tag $PACKAGE_VERSION
|
||||||
git status
|
git status
|
||||||
git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git master $PACKAGE_VERSION;
|
git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git $PACKAGE_VERSION;
|
||||||
else
|
else
|
||||||
echo 'Version: '
|
echo 'Version: '
|
||||||
echo $LATEST_VERSION
|
echo $LATEST_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user