Bläddra i källkod

FIX XD

master
peter 4 år sedan
förälder
incheckning
d1e95f7a5d
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml Visa fil

65
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
65
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
66
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
66
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
67
   - git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
67
   - git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
68
-  - rm -rf ./${DRONE_REPO_NAME}/*
68
+  - git rm -rf ./${DRONE_REPO_NAME}/*
69
   - cp -r ./docs/* ./${DRONE_REPO_NAME}
69
   - cp -r ./docs/* ./${DRONE_REPO_NAME}
70
   - ls ./${DRONE_REPO_NAME}
70
   - ls ./${DRONE_REPO_NAME}
71
-  - git add ${DRONE_REPO_NAME}
71
+  - git add ${DRONE_REPO_NAME}/*
72
   - git commit -m "Drone tagged as ${DRONE_TAG}"
72
   - git commit -m "Drone tagged as ${DRONE_TAG}"
73
   - git tag "${DRONE_TAG}"
73
   - git tag "${DRONE_TAG}"
74
   - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
74
   - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}

Laddar…
Avbryt
Spara