Skip to content

Commit eecc444

Browse files
committed
Removed explicit job to verify_poetry_lock since it is already covered by precommit checks job
1 parent ab93dd4 commit eecc444

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,6 @@ plugin_test:
391391
- !reference [.project_develop_configuration_template, before_script]
392392
- cd $CI_PROJECT_DIR
393393

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-
402394
.python_static_analysis_configuration:
403395
extends: .python_based
404396
needs: [] # to run immediately without waiting for previous jobs

0 commit comments

Comments
 (0)