fix(migration): validating migration version
Signed-off-by: --global <--global>
This commit is contained in:
parent
0dc4d8af1e
commit
2ea64da188
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ is_migrate=$1
|
|||
|
||||
# Converting alphaneumeric to number.
|
||||
PREVIOUS_APP_VERSION=`echo $PREVIOUS_APP_VERSION | cut -d "v" -f2`
|
||||
CHART_APP_VERSION=`echo $CHART_APP_VERSION | cut -d "v" -f2`
|
||||
|
||||
function migration() {
|
||||
ls -la /opt/openreplay/openreplay
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue