File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,12 @@ depends_on:
398
398
- translations
399
399
400
400
steps :
401
+ - name : fetch-tags
402
+ pull : default
403
+ image : docker:git
404
+ commands :
405
+ - git fetch --tags --force
406
+
401
407
- name : static
402
408
pull : always
403
409
image : techknowlogick/xgo:latest
@@ -489,6 +495,12 @@ depends_on:
489
495
- testing
490
496
491
497
steps :
498
+ - name : fetch-tags
499
+ pull : default
500
+ image : docker:git
501
+ commands :
502
+ - git fetch --tags --force
503
+
492
504
- name : static
493
505
pull : always
494
506
image : techknowlogick/xgo:latest
@@ -634,6 +646,12 @@ trigger:
634
646
- " refs/tags/**"
635
647
636
648
steps :
649
+ - name : fetch-tags
650
+ pull : default
651
+ image : docker:git
652
+ commands :
653
+ - git fetch --tags --force
654
+
637
655
- name : publish
638
656
pull : always
639
657
image : plugins/docker:linux-amd64
@@ -704,6 +722,12 @@ trigger:
704
722
ref :
705
723
- refs/heads/master
706
724
- " refs/tags/**"
725
+ steps :
726
+ - name : fetch-tags
727
+ pull : default
728
+ image : docker:git
729
+ commands :
730
+ - git fetch --tags --force
707
731
708
732
- name : publish
709
733
pull : always
You can’t perform that action at this time.
0 commit comments