From ebd965fe2453a5a752f782759544e7aca586b661 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Thu, 3 Jan 2019 22:06:39 +0000 Subject: Rename "tools" directory to "requirements" This seems like a better name for the directory, as it more closely describes the purpose of its contents. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67248bc26..b6be45a88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,7 +276,7 @@ coverage: coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/' script: - cd dist && ./unpack.sh && cd buildstream - - pip3 install -r tools/requirements.txt -r tools/dev-requirements.txt + - pip3 install -r requirements/requirements.txt -r requirements/dev-requirements.txt - pip3 install --no-index . - mkdir report - cd report -- cgit v1.2.1