Dimitri Merejkowsky
4 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 6BF3C7EA7C2D64EC
1 ha cambiato i file con
4 aggiunte e
0 eliminazioni
-
.gitlab-ci.yml
|
|
@@ -1,5 +1,8 @@ |
|
|
|
image: python:latest |
|
|
|
|
|
|
|
variables: |
|
|
|
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" |
|
|
|
|
|
|
|
before_script: |
|
|
|
- pip install poetry |
|
|
|
- poetry config virtualenvs.in-project true |
|
|
@@ -17,5 +20,6 @@ pages: |
|
|
|
cache: |
|
|
|
paths: |
|
|
|
- cours/.venv |
|
|
|
- .cache/pip |
|
|
|
only: |
|
|
|
- master |