Browse Source

changed git URL

master
Daniel Huebleitner 4 years ago
parent
commit
71195e746d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -64,7 +64,7 @@ steps:
64 64
   - echo ${DRONE_BUILD_CREATED}
65 65
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
66 66
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
67
-  - echo "clone ${DRONE_REPO_NAME}"; git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
67
+  - echo "clone ${DRONE_REPO_NAME}"; git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git
68 68
   - cd ${DRONE_REPO_NAME}
69 69
   - git reset HEAD --hard
70 70
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*

Loading…
Cancel
Save