browser(firefox-beta): remove use of `mach create-mach-environment` (#10931)

This command has been removed and is no longer needed: abeedf3bbd (diff-080f2a5f770785d46fa3a2404de9430136a5a6c5a4739dab3c47cfbd7421ce79)
This commit is contained in:
Andrey Lushnikov 2021-12-15 00:28:20 -08:00 коммит произвёл GitHub
Родитель 8499d59bdc
Коммит 3791065b8e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -97,10 +97,6 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then
fi
fi
if ! [[ -f "$HOME/.mozbuild/_virtualenvs/mach/bin/python" ]]; then
./mach create-mach-environment
fi
if [[ $1 == "--juggler" ]]; then
./mach build faster
else