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

+ 1
- 1
.drone.yml Ver fichero

@@ -67,7 +67,7 @@ steps:
67 67
   - git add -f docs
68 68
   - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
69 69
   - git tag "${DRONE_TAG}"
70
-  - git push -f https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
70
+  - git push -f -u https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
71 71
   environment:
72 72
     GIT_USER:
73 73
       from_secret: git_user

Loading…
Cancelar
Guardar