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: main:
web_trigger_sync_to_gitea: web_trigger_sync_to_gitea:
- <<: *common_env - <<: *common_env
stages: services: !reference [.common_sync_to_gitea, services]
- name: "测试变量" imports: !reference [.common_sync_to_gitea, imports]
script: | stages: !reference [.common_sync_to_gitea, stages]
echo "TO_REPO: ${TO_REPO}"
echo "TO_URL: ${TO_URL}"
echo '同步到gitea'
web_trigger_sync_from_gitea: web_trigger_sync_from_gitea:
- <<: *common_env - <<: *common_env