version 0.0.6

This commit is contained in:
peter
2019-08-19 16:38:45 +02:00
parent 45f2e28089
commit 93efecd682
+2 -2
View File
@@ -46,9 +46,9 @@ steps:
- cp -r ./lib/* ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME}
- git add -A
- git commit -m "drone taged as version ${DRONE_TAG}" || true
- git commit -m "drone tagged as version ${DRONE_TAG}" || true
- git tag ${DRONE_TAG}
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG} --force
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git ${DRONE_TAG}
environment:
GIT_USER:
from_secret: git_user