【发布时间】:2021-08-02 16:30:13
【问题描述】:
我需要使用特定的 yml 文件来触发下游项目。
所以,我在上游项目中有以下内容:
trigger-integration-test:
stage: test
trigger:
project: platform/api-testing
但它在根目录中使用 .gitlab-ci.yml 但我需要使用 /path/to/different/.diffferent-gitlab-ci.yml
【问题讨论】: