Skip to content

Commit

Permalink
Fix auto-release CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Apr 1, 2022
1 parent 872f8ec commit 2e6eb0e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ include:
KUBERNETES_MEMORY_REQUEST: 4Gi

lint:
variables:
KUBERNETES_CPU_LIMIT: 1
KUBERNETES_CPU_REQUEST: 1
KUBERNETES_MEMORY_LIMIT: 4Gi
KUBERNETES_MEMORY_REQUEST: 4Gi
PYLINT_NPROCS: 1
variables:
KUBERNETES_CPU_LIMIT: 1
KUBERNETES_CPU_REQUEST: 1
KUBERNETES_MEMORY_LIMIT: 4Gi
KUBERNETES_MEMORY_REQUEST: 4Gi
PYLINT_NPROCS: 1

auto-prepare-release:
variables:
VERSION_FILE: src/version.py

0 comments on commit 2e6eb0e

Please sign in to comment.