1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 00:50:24 +08:00

TUN-9800: Migrate apt internal builds to Gitlab

This commit is contained in:
João "Pisco" Fernandes
2025-11-07 18:38:31 +00:00
parent 17533b124c
commit 31f45fb505
6 changed files with 178 additions and 73 deletions

View File

@@ -7,7 +7,7 @@ default:
VAULT_ID_TOKEN:
aud: https://vault.cfdata.org
stages: [sync, pre-build, build, validate, test, package, release, review]
stages: [sync, pre-build, build, validate, test, package, release, release-internal, review]
include:
#####################################################
@@ -45,6 +45,11 @@ include:
#####################################################
- local: .ci/release.gitlab-ci.yml
#####################################################
########## Release Packages Internally ##############
#####################################################
- local: .ci/apt-internal.gitlab-ci.yml
#####################################################
############## Manual Claude Review #################
#####################################################