Explorar el Código

fix maybe

master
Daniel Hübleitner hace 4 años
padre
commit
185601f7ea
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml Ver fichero

@@ -51,6 +51,8 @@ steps:
51 51
 - name: commit documentation
52 52
   image: node:12
53 53
   commands:
54
+  - git config --global user.email "frontwork.me@gmail.com"
55
+  - git config --global user.name "drone"
54 56
   - git add -f docs
55 57
   - git commit --allow-empty -m "documented version at ${DRONE_BUILD_CREATED}"
56 58
   - git tag ${DRONE_BUILD_CREATED}

Loading…
Cancelar
Guardar