Merge pull request #1852 from gradido/disable-dev-reset

devops: Disable DB Reset on Stage 1
This commit is contained in:
Moriz Wahl 2022-04-28 16:06:12 +02:00 committed by GitHub
commit 97d974aade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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