FIX XD
This commit is contained in:
+1
-2
@@ -71,8 +71,7 @@ steps:
|
|||||||
- ls ./${DRONE_REPO_NAME}
|
- ls ./${DRONE_REPO_NAME}
|
||||||
- echo "add files in ${DRONE_REPO_NAME}"; git add ${DRONE_REPO_NAME}/*
|
- echo "add files in ${DRONE_REPO_NAME}"; git add ${DRONE_REPO_NAME}/*
|
||||||
- git commit -m "Drone tagged as ${DRONE_TAG}"
|
- git commit -m "Drone tagged as ${DRONE_TAG}"
|
||||||
- git tag "${DRONE_TAG}"
|
- git push --force https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master
|
||||||
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
|
|
||||||
environment:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
from_secret: git_user
|
from_secret: git_user
|
||||||
|
|||||||
Reference in New Issue
Block a user