Skip to content

Commit 34be1b6

Browse files
committed
stray line
1 parent 652ead0 commit 34be1b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ tasks:
4949
export REPORTABLE=1;
5050
pipenv run pytest --fx-executable $FX_EXECUTABLE tests;
5151
export BETA_VERSION=$(pipenv run python collect_executables.py -n)
52-
if ![[ "${BETA_VERSION}" == *"b6"* ]] && ![[ "${BETA_VERSION}" == *"b9"* ]]; then exit 0;
5352
exit $((${?} | ${FAILURE}))
5453
notify:
5554
recipients:

0 commit comments

Comments
 (0)