Просмотр исходного кода

fix(devenv): no sync in direnv (#65799)

so in `22cac362062` i assumed that `if grep -Eq "^devenv($|>)"
"${SENTRY_ROOT}/requirements-dev.txt";` was working so i moved `devenv
sync` to the happy path, surprise it never worked

people do not like `devenv sync` on cd as it's just too slow and i agree
joshuarli 1 год назад
Родитель
Сommit
066e6ff97c
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      .envrc

+ 0 - 2
.envrc

@@ -194,8 +194,6 @@ fi
 # (in that it would be automatically deactivated) virtualenv active.
 # (in that it would be automatically deactivated) virtualenv active.
 deactivate 2>/dev/null || true
 deactivate 2>/dev/null || true
 
 
-"$DEVENV" sync
-
 # shellcheck disable=SC1091
 # shellcheck disable=SC1091
 source .venv/bin/activate
 source .venv/bin/activate