From 8d417a64757fff1c17802ab41dcfcc378828c41e Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 5 Jan 2026 11:02:51 +0800 Subject: [PATCH] update --- .cnb.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cnb.yml b/.cnb.yml index 8129d07..c282f11 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -1,5 +1,7 @@ # .cnb.yml $: + FromRepo: cnb + ToRepo: kevisual/cnb vscode: - docker: image: docker.cnb.cool/kevisual/dev-env:latest @@ -20,6 +22,8 @@ $: 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" - name: sync to gitea image: tencentcom/git-sync settings: