y
parent
2630962534
commit
3e929d69fc
|
@ -23,12 +23,12 @@ variables:
|
|||
- &docker_platforms 'linux/amd64,linux/arm64'
|
||||
|
||||
pipeline:
|
||||
fetch-tags:
|
||||
image: *git_image
|
||||
pull: true
|
||||
commands:
|
||||
- git config --add safe.directory '*'
|
||||
- git fetch --tags --force
|
||||
# fetch-tags:
|
||||
# image: *git_image
|
||||
# pull: true
|
||||
# commands:
|
||||
# - git config --add safe.directory '*'
|
||||
# - git fetch --tags --force
|
||||
|
||||
# deps-frontend:
|
||||
# image: *node_image
|
||||
|
@ -97,7 +97,7 @@ pipeline:
|
|||
image: *golang_image
|
||||
pull: true
|
||||
commands:
|
||||
- env
|
||||
- env | grep -vi drone | sort -h
|
||||
- mkdir -p /source/dist/release
|
||||
- touch /source/dist/release/forgejo-${CI_COMMIT_TAG##v}-linux-arm64
|
||||
- touch /source/dist/release/forgejo-${CI_COMMIT_TAG##v}-linux-amd64
|
||||
|
|
Loading…
Reference in New Issue