fix maybe
This commit is contained in:
+2
-2
@@ -53,8 +53,8 @@ steps:
|
|||||||
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
|
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
|
||||||
- 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 -f docs
|
- git add -f docs
|
||||||
|
|||||||
Reference in New Issue
Block a user