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 committed by GitHub
parent 8499d59bdc
commit 3791065b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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