gpt4 book ai didi

linux - 在 teamcity linux agent 的构建步骤中运行 grep

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:19:11 25 4
gpt4 key购买 nike

我在 Linux 中运行我的 teamcity 代理。构建的第一步将使用命令行脚本获取包的版本,其中包含以下内容:

$versionNumber = grep "<Version>" %env.RelativeProjectPath% | sed -e "s/<[^>]*>//g"

问题是我收到这个错误:

/BuildAgent/temp/agentTmp/custom_script5887915083946808286: line 1: versionNumber =: command not found

知道为什么会发生这种情况或如何解决它吗?

最佳答案

使用这个解决的问题:

versionNumber=$(grep '<Version>' %env.RelativeProjectPath% | sed -e 's/<[^>]*>//g')

关于linux - 在 teamcity linux agent 的构建步骤中运行 grep,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46152659/

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