This commit is contained in:
Daniel Hübleitner
2019-09-22 11:29:09 +02:00
parent 5ca3b6f9da
commit c4f484c320
+2 -2
View File
@@ -54,10 +54,10 @@ steps:
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
- git clone https://gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git
- rm -rf ./${DRONE_REPO_NAME}/docs/*
- cp -r ./docs/* ./${DRONE_REPO_NAME}/docs
- cp -r ./docs ./${DRONE_REPO_NAME}/docs
- ls ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME}
- git add -A
- git add -f docs
- git commit --allow-empty -m "drone tagged as version ${DRONE_BUILD_CREATED}"
- git tag ${DRONE_BUILD_CREATED}
- git status