mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 11:22:24 +02:00
remove dependencies between stages
This commit is contained in:
parent
a7ab585599
commit
ef2c07b0fb
1 changed files with 0 additions and 4 deletions
|
@ -16,8 +16,6 @@ tests:
|
|||
POSTGRES_HOST_AUTH_METHOD: "trust"
|
||||
services:
|
||||
- postgres:13
|
||||
dependencies:
|
||||
- venv
|
||||
script:
|
||||
- export CACHE_PATH="/venvs/${CI_PROJECT_NAME}/$(date +week-%V-%Y)"
|
||||
- if [[ "$CI_COMMIT_BRANCH" == *"--no-cache"* ]] ; then export CACHE_PATH="/venvs/$CI_COMMIT_SHORT_SHA"; fi
|
||||
|
@ -43,8 +41,6 @@ build_docker_and_publish:
|
|||
image: docker:git
|
||||
tags:
|
||||
- dind
|
||||
dependencies:
|
||||
- tests
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue