gpt4 book ai didi

travis-ci - 特拉维斯CI : How to allow failures for environment variable

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

如何允许具有特定环境变量值的构建失败?

例如:

.travis.yml:

env:
- TEST_GROUP=Smoke
- TEST_GROUP=other # How to allow failures for this variable?
matrix:
allow_failures:
- TEST_GROUP=other # This does not work

最佳答案

您需要明确引用 envallow_failures部分:

matrix:
allow_failures:
- env: TEST_GROUP=other

关于travis-ci - 特拉维斯CI : How to allow failures for environment variable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20905969/

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