gpt4 book ai didi

git - 更改 gitlab CI 的根目录

转载 作者:行者123 更新时间:2023-12-05 03:11:36 25 4
gpt4 key购买 nike

我想在我的存储库上实现 Gitlab CI。我已经在 Windows 上设置了运行器并配置了 .yml 以使用 Maven 项目。问题是我在存储库的根目录中有文件夹 DomainFront-end 。有没有办法更改根目录,以便 .yml 能够找到域文件夹中的 pom.XML 文件?

当我运行它时,它说找不到 pom 文件。

[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/builds/motomine/web). Please verify you invoked Maven from the correct directory.

所以我认为更改根文件夹可能会解决问题。

最佳答案

您不一定需要更改目录。您可以将 maven 指向包含 pom 的目录。在您的 .yml 文件中:

...
- mvn -f Domain

来自maven文档:

-f,--file : Force the use of an alternate POM file (or directory with pom.xml)

关于git - 更改 gitlab CI 的根目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36635435/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com