fix maybe

This commit is contained in:
Daniel Hübleitner
2019-09-22 11:33:40 +02:00
parent c4f484c320
commit 4584fd5c37
+2 -2
View File
@@ -53,8 +53,8 @@ steps:
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
- 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
- rm -rf ${DRONE_REPO_NAME}/docs
- cp -r docs ${DRONE_REPO_NAME}/docs
- ls ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME}
- git add -f docs