This commit is contained in:
xiongxiao
2026-01-12 14:09:22 +08:00
parent c0f018e85b
commit 5691053f01

View File

@@ -25,13 +25,9 @@ $:
main:
web_trigger_sync_to_gitea:
- <<: *common_env
stages:
- name: "测试变量"
script: |
echo "TO_REPO: ${TO_REPO}"
echo "TO_URL: ${TO_URL}"
echo '同步到gitea'
services: !reference [.common_sync_to_gitea, services]
imports: !reference [.common_sync_to_gitea, imports]
stages: !reference [.common_sync_to_gitea, stages]
web_trigger_sync_from_gitea:
- <<: *common_env