Skip to content

Commit edd1dcd

Browse files
committed
force fx_channel for linux beta
1 parent 0014282 commit edd1dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskcluster/kinds/new-beta-qa/kind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ tasks:
3737
pip3 install 'ruff>=0.4.8,<0.5';
3838
mv ./ci_pyproject.toml ./pyproject.toml;
3939
pipenv install;
40+
export FX_CHANNEL="beta";
4041
./collect_executables.sh;
4142
export FX_EXECUTABLE=./firefox/firefox;
4243
pipenv run python -c 'from modules import testrail_integration as tri; tri.tc_reportable()' || exit 0;

0 commit comments

Comments
 (0)