Skip to content

Commit

Permalink
Use ubuntu_rat container for rat check (apache#14678)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and haohuw committed Jun 23, 2019
1 parent 47be295 commit ada6223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create_virtualenv_default():
('[Docker] sanity_check. Check for linting and code formatting and licenses.',
[
"ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh sanity_check",
"ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh nightly_test_rat_check",
"ci/build.py --platform ubuntu_rat /work/runtime_functions.sh nightly_test_rat_check",
]),
('[Docker] Python3 CPU unittests',
[
Expand Down

0 comments on commit ada6223

Please sign in to comment.