mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 22:29:15 +02:00
Run dependency checks in up-to-date image
This commit is contained in:
parent
913bfecd9c
commit
96fe772d96
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ build_api:
|
||||||
check_api_dependencies:
|
check_api_dependencies:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: deps
|
stage: deps
|
||||||
image: $CI_REGISTRY/$IMAGE
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue