mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-08-07 05:22:12 -04:00
fix(ci): do not run build jobs for post-release pipelines
This commit is contained in:
1 file changed
+4
@@ -126,6 +126,8 @@ build-apk:
|
|||||||
- scripts/**/*
|
- scripts/**/*
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
when: never
|
||||||
|
|
||||||
build-apk-set:
|
build-apk-set:
|
||||||
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||||
@@ -159,6 +161,8 @@ build-apk-set:
|
|||||||
- scripts/**/*
|
- scripts/**/*
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
when: never
|
||||||
|
|
||||||
prepare-release:
|
prepare-release:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|||||||
Reference in new issue
Block a user