Skip to content

Commit

Permalink
Deactivate issue checking
Browse files Browse the repository at this point in the history
  • Loading branch information
yakobowski committed May 23, 2024
1 parent 1a33c5a commit 5e63e3f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ workflow:
- source /it/activate-${PYTHON_VERSION}
- python -m pip install --force tox

issue-check:
stage: check
interruptible: true
services:
- image:e3
variables:
GIT_STRATEGY: none
script:
- require_issue
## Deactivated, as eng-bot has not rights under it/
# issue-check:
# stage: check
# interruptible: true
# services:
# - image:e3
# variables:
# GIT_STRATEGY: none
# script:
# - require_issue

check:
extends: .tox
Expand Down

0 comments on commit 5e63e3f

Please sign in to comment.