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

TUN-9800: Add pipeline to sync between gitlab and github repos

This commit is contained in:
João "Pisco" Fernandes
2025-09-22 15:44:50 +01:00
parent 80b1634515
commit 71448c1f7f
3 changed files with 54 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ default:
VAULT_ID_TOKEN:
aud: https://vault.cfdata.org
stages: [pre-build, build, validate, test, package, release]
stages: [sync, pre-build, build, validate, test, package, release]
include:
#####################################################
@@ -15,6 +15,11 @@ include:
#####################################################
- local: .ci/commons.gitlab-ci.yml
#####################################################
########### Sync Repository with Github #############
#####################################################
- local: .ci/github.gitlab-ci.yml
#####################################################
############# Build or Fetch CI Image ###############
#####################################################