Sfoglia il codice sorgente

remove docs

master
peter 5 anni fa
parent
commit
9496609df0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Vedi File

@@ -71,7 +71,7 @@ steps:
71 71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
72 72
   - ls
73 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 75
   - git push --force origin master
76 76
   environment:
77 77
     GIT_USER:

Loading…
Annulla
Salva