]> source.dussan.org Git - gitea.git/commitdiff
add remote name for git push. (#2816)
authorBo-Yi Wu <appleboy.tw@gmail.com>
Wed, 1 Nov 2017 08:48:40 +0000 (03:48 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2017 08:48:40 +0000 (03:48 -0500)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
.drone.yml

index 35c7b13771bb77b0c0863aebf2d17360b24c8ca1..968f18b8c92a77288f4c42421acc77347b2b16de 100644 (file)
@@ -20,18 +20,19 @@ pipeline:
     when:
       event: [ push ]
       branch: [ master ]
-      
+
   git_push:
     image: appleboy/drone-git-push
     pull: true
     secrets: [ git_push_ssh_key ]
+    remote_name: origin
     force: false
     commit: true
     commit_message: "[skip ci] Updated translations via Crowdin"
     when:
       event: [ push ]
       branch: [ master ]
-      
+
   pre-build:
     image: webhippie/nodejs:latest
     pull: true
@@ -40,7 +41,7 @@ pipeline:
       - make stylesheets-check
     when:
       event: [ push, tag, pull_request ]
-      
+
   build:
     image: webhippie/golang:edge
     pull: true