This commit is contained in:
wat
2019-09-22 13:33:09 +02:00
parent 7804abcc69
commit 002e12624a
+2 -2
View File
@@ -8,7 +8,7 @@ steps:
commands:
- git config --global user.email "frontwork.me@gmail.com"
- git config --global user.name "drone"
- >
- >
if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
then
git tag $PACKAGE_VERSION
@@ -18,7 +18,7 @@ steps:
echo 'Version '
echo $LATEST_VERSION
echo 'did not change. Don`t push tag to master';
fi
fi <
- echo "${PACKAGE_VERSION}"
- echo "${LATEST_VERSION}"
environment: