test force push

This commit is contained in:
peter
2019-08-27 21:54:54 +02:00
parent c119c05b22
commit 69f7a98838
+1 -1
View File
@@ -49,7 +49,7 @@ steps:
- git add -A - git add -A
- git commit --allow-empty -m "drone tagged as version ${DRONE_TAG}" - git commit --allow-empty -m "drone tagged as version ${DRONE_TAG}"
- git tag ${DRONE_TAG} - git tag ${DRONE_TAG}
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git master ${DRONE_TAG} - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git master ${DRONE_TAG} --force
environment: environment:
GIT_USER: GIT_USER:
from_secret: git_user from_secret: git_user