chore: fetch tags in ci
This commit is contained in:
parent
cf6aa6b134
commit
b234762f62
@ -12,6 +12,10 @@ trigger:
|
|||||||
metadata:
|
metadata:
|
||||||
namespace: git
|
namespace: git
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fetch tags
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git fetch --tags
|
||||||
- name: Build site
|
- name: Build site
|
||||||
image: node:current-bullseye
|
image: node:current-bullseye
|
||||||
volumes:
|
volumes:
|
||||||
@ -120,6 +124,10 @@ trigger:
|
|||||||
metadata:
|
metadata:
|
||||||
namespace: git
|
namespace: git
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fetch tags
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git fetch --tags
|
||||||
- name: Build site
|
- name: Build site
|
||||||
image: node:current-bullseye
|
image: node:current-bullseye
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user