From bfc10f8b7ed045b62802800ed4e37995669b89ca Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Thu, 22 Feb 2024 16:12:12 +0100 Subject: [PATCH] Patch bump bot job to bump nerval --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04d5b90e..c7381ce4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,6 +193,9 @@ bump-python-deps: stage: deploy image: registry.gitlab.teklia.com/infra/devops:latest + variables: + PYPI_GITLAB_URL: https://gitlab.teklia.com/api/v4/projects/210/packages + only: - schedules -- GitLab