fix(script): variable update
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
239d290d36
commit
044cd1ae1a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ currentVersion=$1
|
|||
}
|
||||
find ./openreplay -type f -iname chart.yaml -exec sed -i "s/AppVersion.*/AppVersion: \"$currentVersion\"/g" {} \;
|
||||
sed -i "s/fromVersion.*/fromVersion: \"$currentVersion\"/g" vars.yaml
|
||||
sed -i "s/version.*/version=\"$currentVersion\"/g" init.sh
|
||||
sed -i "s/version=.*/version=\"$currentVersion\"/g" init.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue