Merge "Fixing docker-check jenkins job"

This commit is contained in:
Jenkins
2016-09-20 16:45:07 +00:00
committed by Gerrit Code Review

View File

@@ -40,8 +40,7 @@ GLOBAL_REQUIREMENTS_LOCATIONS = (
GLOBAL_REQUIREMENTS_FILENAME = "global-requirements.txt"
RALLY_REQUIREMENTS_FILES = (
"requirements.txt",
"test-requirements.txt",
"optional-requirements.txt"
"test-requirements.txt"
)
DO_NOT_TOUCH_TAG = "[do-not-touch]"