We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652ead0 commit 34be1b6Copy full SHA for 34be1b6
taskcluster/kinds/new-beta-qa/kind.yml
@@ -49,7 +49,6 @@ tasks:
49
export REPORTABLE=1;
50
pipenv run pytest --fx-executable $FX_EXECUTABLE tests;
51
export BETA_VERSION=$(pipenv run python collect_executables.py -n)
52
- if ![[ "${BETA_VERSION}" == *"b6"* ]] && ![[ "${BETA_VERSION}" == *"b9"* ]]; then exit 0;
53
exit $((${?} | ${FAILURE}))
54
notify:
55
recipients:
0 commit comments