chore: fetch tags in ci
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kieran 2023-11-07 14:21:29 +00:00
parent cf6aa6b134
commit b234762f62
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@ trigger:
metadata:
namespace: git
steps:
- name: Fetch tags
image: alpine/git
commands:
- git fetch --tags
- name: Build site
image: node:current-bullseye
volumes:
@ -120,6 +124,10 @@ trigger:
metadata:
namespace: git
steps:
- name: Fetch tags
image: alpine/git
commands:
- git fetch --tags
- name: Build site
image: node:current-bullseye
volumes: