mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
Merge branch 'add_nightly_builds' into 'main'
Fixed CICD missing params See merge request veilid/veilid!295
This commit is contained in:
@@ -175,7 +175,7 @@ build_repositories:
|
|||||||
SECURE_FILES_DOWNLOAD_PATH: '$HOME'
|
SECURE_FILES_DOWNLOAD_PATH: '$HOME'
|
||||||
script:
|
script:
|
||||||
- cp scripts/cicd/build-orchestration/generate-stable-release.sh ~
|
- cp scripts/cicd/build-orchestration/generate-stable-release.sh ~
|
||||||
- bash scripts/cicd/build-orchestration/distribute-packages.sh
|
- bash scripts/cicd/build-orchestration/distribute-stable-packages.sh
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
@@ -376,7 +376,7 @@ nightly_build_repositories:
|
|||||||
SECURE_FILES_DOWNLOAD_PATH: '$HOME'
|
SECURE_FILES_DOWNLOAD_PATH: '$HOME'
|
||||||
script:
|
script:
|
||||||
- cp scripts/cicd/build-orchestration/generate-nightly-release.sh ~
|
- cp scripts/cicd/build-orchestration/generate-nightly-release.sh ~
|
||||||
- bash scripts/cicd/build-orchestration/distribute-packages.sh
|
- bash scripts/cicd/build-orchestration/distribute-nightly-packages.sh
|
||||||
rules:
|
rules:
|
||||||
- if: $IS_NIGHTLY == "true"
|
- if: $IS_NIGHTLY == "true"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user