Skip to content
Snippets Groups Projects
Verified Commit 03fdd698 authored by Konrad Botor's avatar Konrad Botor
Browse files

Fixed issues indicated by CI - ref. hive#406

parent 9100212f
No related branches found
No related tags found
1 merge request!1Custom docker containers containing required bash scripts
Pipeline #57075 failed
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment