File tree 1 file changed +39
-0
lines changed 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,45 @@ steps:
433
433
CROWDIN_KEY :
434
434
from_secret : crowdin_key
435
435
436
+ ---
437
+ kind : pipeline
438
+ name : update_gitignore_and_licenses
439
+
440
+ platform :
441
+ os : linux
442
+ arch : amd64
443
+
444
+ workspace :
445
+ base : /go
446
+ path : src/code.gitea.io/gitea
447
+
448
+ trigger :
449
+ branch :
450
+ - master
451
+ event :
452
+ - cron
453
+ cron :
454
+ - update_gitignore_and_licenses
455
+
456
+ steps :
457
+ - name : download
458
+ image : golang:1.15
459
+ commands :
460
+ - timeout -s ABRT 40m make generate-license generate-gitignore
461
+
462
+ - name : push
463
+ pull : always
464
+ image : appleboy/drone-git-push
465
+ settings :
466
+
467
+ author_name : GiteaBot
468
+ commit : true
469
+ commit_message : " [skip ci] Updated licenses and gitignores "
470
+ remote :
" [email protected] :go-gitea/gitea.git"
471
+ environment :
472
+ GIT_PUSH_SSH_KEY :
473
+ from_secret : git_push_ssh_key
474
+
436
475
---
437
476
kind : pipeline
438
477
name : release-latest
You can’t perform that action at this time.
0 commit comments