fix
This commit is contained in:
+2
-2
@@ -54,10 +54,10 @@ steps:
|
|||||||
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
|
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
|
||||||
- git clone https://gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git
|
- git clone https://gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git
|
||||||
- rm -rf ./${DRONE_REPO_NAME}/docs/*
|
- rm -rf ./${DRONE_REPO_NAME}/docs/*
|
||||||
- cp -r ./docs/* ./${DRONE_REPO_NAME}/docs
|
- cp -r ./docs ./${DRONE_REPO_NAME}/docs
|
||||||
- ls ./${DRONE_REPO_NAME}
|
- ls ./${DRONE_REPO_NAME}
|
||||||
- cd ./${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 commit --allow-empty -m "drone tagged as version ${DRONE_BUILD_CREATED}"
|
||||||
- git tag ${DRONE_BUILD_CREATED}
|
- git tag ${DRONE_BUILD_CREATED}
|
||||||
- git status
|
- git status
|
||||||
|
|||||||
Reference in New Issue
Block a user