fix
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ steps:
|
|||||||
- echo "${DRONE_BUILD_CREATED}"
|
- echo "${DRONE_BUILD_CREATED}"
|
||||||
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
|
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
|
||||||
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
|
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
|
||||||
- > if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
|
- >
|
||||||
|
if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
|
||||||
then;
|
then;
|
||||||
git tag $PACKAGE_VERSION;
|
git tag $PACKAGE_VERSION;
|
||||||
git status;
|
git status;
|
||||||
|
|||||||
Reference in New Issue
Block a user