File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ steps:
354
354
image : techknowlogick/xgo:latest
355
355
commands :
356
356
- export PATH=$PATH:$GOPATH/bin
357
+ - make generate
357
358
- make release
358
359
environment :
359
360
TAGS : bindata sqlite sqlite_unlock_notify
@@ -455,6 +456,7 @@ steps:
455
456
image : techknowlogick/xgo:latest
456
457
commands :
457
458
- export PATH=$PATH:$GOPATH/bin
459
+ - make generate
458
460
- make release
459
461
environment :
460
462
TAGS : bindata sqlite sqlite_unlock_notify
@@ -519,12 +521,6 @@ workspace:
519
521
base : /go
520
522
path : src/code.gitea.io/gitea
521
523
522
- trigger :
523
- branch :
524
- - master
525
- event :
526
- - push
527
-
528
524
steps :
529
525
- name : build-docs
530
526
pull : always
@@ -544,6 +540,11 @@ steps:
544
540
environment :
545
541
NETLIFY_TOKEN :
546
542
from_secret : netlify_token
543
+ when :
544
+ branch :
545
+ - master
546
+ event :
547
+ - push
547
548
548
549
---
549
550
kind : pipeline
@@ -563,6 +564,10 @@ steps:
563
564
image : docker:git
564
565
commands :
565
566
- git fetch --tags --force
567
+ when :
568
+ event :
569
+ exclude :
570
+ - pull_request
566
571
567
572
- name : dryrun
568
573
pull : always
You can’t perform that action at this time.
0 commit comments