This commit is contained in:
Daniel Hübleitner
2019-09-22 12:54:12 +02:00
parent e6ff0902b6
commit 0f1e177e7e
+1 -1
View File
@@ -75,7 +75,7 @@ steps:
then
git tag $PACKAGE_VERSION
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
echo 'Version: '
echo $LATEST_VERSION