From 03fdd698d344a84941c0c5af27b3c3960d1e8244 Mon Sep 17 00:00:00 2001 From: Konrad Botor <kbotor@syncad.com> Date: Thu, 10 Nov 2022 15:45:30 +0100 Subject: [PATCH] Fixed issues indicated by CI - ref. hive/hive#406 --- .gitlab-ci.yml | 1 + templates/data_image_jobs.gitlab-ci.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa78124..038552b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,7 @@ lint_python_scripts: before_script: - pip install pylint_junit script: + - pip install -r scripts\python\requirements.txt - pylint --output-format=text,pylint_junit.JUnitReporter:pylint-junit-result.xml scripts/python/*.py artifacts: paths: diff --git a/templates/data_image_jobs.gitlab-ci.yml b/templates/data_image_jobs.gitlab-ci.yml index e5b2c27..508c03a 100644 --- a/templates/data_image_jobs.gitlab-ci.yml +++ b/templates/data_image_jobs.gitlab-ci.yml @@ -55,8 +55,7 @@ DOTENV_NAME: "HIVED_IMAGE_NAME" REGISTRY_URL: "registry.gitlab.syncad.com/hive/hive/" REPOSITORY_URL: "https://gitlab.syncad.com/hive/hive.git" - SUBDIRECTORY: "hive" - + SUBDIRECTORY: "hive" .prepare_haf_data_5m_image: extends: .prepare_data_5m_image -- GitLab