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:
@@ -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 ###############
|
||||
#####################################################
|
||||
|
||||
Reference in New Issue
Block a user