Skip to content

Commit

Permalink
Update migration-script-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Jun 24, 2023
1 parent faa5a28 commit b759d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ currentVersion=$(echo $currentVersion | xargs)
combinedCurrentVersion="wso2is-${currentVersion}"

# Replace all instances of "CurrentVersion" with the combined version value
sed -i "s/CurrentVersion/${combinedCurrentVersion}/g" /home/runner/product-is/migration-tester/migration-automation/env.s
sed -i "s/CurrentVersion/${combinedCurrentVersion}/g" /home/runner/work/product-is/migration-tester/migration-automation/env.s

# Remove spaces from the beginning and end of the migratingVersion variable
migratingVersion=$(echo $migratingVersion | xargs)
Expand Down

0 comments on commit b759d37

Please sign in to comment.