devops: Disable DB reset on stage 1

This commit is contained in:
Moriz Wahl 2022-04-28 15:49:08 +02:00
parent 340f2d5090
commit 2041951e42

View File

@ -105,7 +105,8 @@ yarn install
yarn build
if [ "$DEPLOY_SEED_DATA" = "true" ]; then
yarn dev_up
yarn dev_reset
# As de_reset is not running properly (0019-replace_login_user_id_with_state_user_id)
# yarn dev_reset
else
yarn up
fi