Fix the sed command
This commit is contained in:
parent
042f8a847e
commit
1a9bb3e796
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ node() {
|
|||
echo "versions: buildVersion=${buildVersion}, tagVersion=${tagVersion}"
|
||||
|
||||
stage("Build") {
|
||||
sh "sed -i '' 's/{{BUILD_VERSION}}/${buildVersion}/g' config.ru"
|
||||
sh "sed -e 's/{{BUILD_VERSION}}/${buildVersion}/g' -i config.ru"
|
||||
ocutil.ocBuild("rubex-dev", "frontend", config.dev.build.frontend)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue