We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab93dd4 commit eecc444Copy full SHA for eecc444
.gitlab-ci.yaml
@@ -391,14 +391,6 @@ plugin_test:
391
- !reference [.project_develop_configuration_template, before_script]
392
- cd $CI_PROJECT_DIR
393
394
-verify_poetry_lock_sanity:
395
- extends: .verify_poetry_lock_sanity_template
396
- stage: static_code_analysis
397
- variables:
398
- PYPROJECT_DIR: "$CI_PROJECT_DIR/tests/python/hive-local-tools"
399
- tags:
400
- - public-runner-docker
401
-
402
.python_static_analysis_configuration:
403
extends: .python_based
404
needs: [] # to run immediately without waiting for previous jobs
0 commit comments