Browse Source

remove docs

master
peter 5 years ago
parent
commit
9496609df0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
72
   - ls
72
   - ls
73
   - echo "add files in ${DRONE_REPO_NAME}"; git add -A
73
   - echo "add files in ${DRONE_REPO_NAME}"; git add -A
74
-  - git commit -m "Drone tagged as ${DRONE_TAG}"
74
+  - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
75
   - git push --force origin master
75
   - git push --force origin master
76
   environment:
76
   environment:
77
     GIT_USER:
77
     GIT_USER:

Loading…
Cancel
Save