From 58801edbcb6ebccc6878f81628835ec8ecaa4f2a Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 5 Jan 2026 11:10:01 +0800 Subject: [PATCH] update --- .cnb.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index 3768500..cd52dda 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -1,5 +1,8 @@ # .cnb.yml $: + env: + FROM_REPO: kevisual/cnb + TO_REPO: kevisual/cnb vscode: - docker: image: docker.cnb.cool/kevisual/dev-env:latest @@ -17,14 +20,13 @@ $: - docker imports: - https://cnb.cool/kevisual/env/-/blob/main/env.yml - env: - FromRepo: cnb - ToRepo: kevisual/cnb stages: - name: 'show username' script: echo "GITEA_USERNAME is ${GITEA_USERNAME} and GITEA_PASSWORD is ${GITEA_PASSWORD}" - name: 'show targetURL' - script: echo "Target URL is https://git.xiongxiao.me/${FromRepo}.git" + script: echo "Target URL is https://git.xiongxiao.me/${TO_REPO}.git" + - name: 'show to' + script: echo "Target URL is https://cnb.cool/${FROM_REPO}.git" - name: sync to gitea image: tencentcom/git-sync settings: