We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9595a9 commit 504fbc6Copy full SHA for 504fbc6
.drone.yml
@@ -20,18 +20,19 @@ pipeline:
20
when:
21
event: [ push ]
22
branch: [ master ]
23
-
+
24
git_push:
25
image: appleboy/drone-git-push
26
pull: true
27
secrets: [ git_push_ssh_key ]
28
+ remote_name: origin
29
force: false
30
commit: true
31
commit_message: "[skip ci] Updated translations via Crowdin"
32
33
34
35
36
pre-build:
37
image: webhippie/nodejs:latest
38
@@ -40,7 +41,7 @@ pipeline:
40
41
- make stylesheets-check
42
43
event: [ push, tag, pull_request ]
44
45
build:
46
image: webhippie/golang:edge
47
0 commit comments