Files
core/script/fullV2Run.sh
donosonaumczuk 7e28049047 misc: Script fails if some command fails
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-10-11 10:14:10 -03:00

14 lines
278 B
Bash

set -e
TARGET=$1
echo "Running Full Lens V2 Deployment on $TARGET environment"
bash script/run.sh LensV2UpgradeDeployment $TARGET
bash script/run.sh LensV1ChangeAdmins $TARGET n
bash script/run.sh LensV1ToV2Upgrade $TARGET
bash script/run.sh LensV2DeployPeriphery $TARGET