Explorar el Código

remove docs

master
peter hace 4 años
padre
commit
9496609df0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver fichero

@@ -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…
Cancelar
Guardar