mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +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"
|
POSTGRES_HOST_AUTH_METHOD: "trust"
|
||||||
services:
|
services:
|
||||||
- postgres:13
|
- postgres:13
|
||||||
dependencies:
|
|
||||||
- venv
|
|
||||||
script:
|
script:
|
||||||
- export CACHE_PATH="/venvs/${CI_PROJECT_NAME}/$(date +week-%V-%Y)"
|
- 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
|
- 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
|
image: docker:git
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
dependencies:
|
|
||||||
- tests
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue