aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 35c7b13771..968f18b8c9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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