Skip to content

Commit 00e0ffb

Browse files
committed
Do not run tests on CI in stage 0
1 parent 831aa56 commit 00e0ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/tidy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)'
4444

4545
# NOTE: intentionally uses python2 for x.py so we can test it still works.
4646
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
47-
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 \
47+
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
4848
src/tools/tidy tidyselftest --extra-checks=py,cpp,js,spellcheck

0 commit comments

Comments
 (0)