Ver código fonte

fix maybe

master
Daniel Hübleitner 4 anos atrás
pai
commit
4584fd5c37
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml Ver arquivo

@@ -53,8 +53,8 @@ steps:
53 53
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
54 54
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
55 55
   - git clone https://gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git
56
-  - rm -rf ./${DRONE_REPO_NAME}/docs/*
57
-  - cp -r ./docs ./${DRONE_REPO_NAME}/docs
56
+  - rm -rf ${DRONE_REPO_NAME}/docs
57
+  - cp -r docs ${DRONE_REPO_NAME}/docs
58 58
   - ls ./${DRONE_REPO_NAME}
59 59
   - cd ./${DRONE_REPO_NAME}
60 60
   - git add -f docs

Carregando…
Cancelar
Salvar