Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
E2L_Ivry
/
cours-python
Volgen
5
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Merge branch 'dm/ci-cache' into 'master'
Cache poetry venv See merge request
e2li/cours-python!1
master
Dimitri Merejkowsky
4 jaren geleden
bovenliggende
b131c07d20
572ddc42e5
commit
9239965796
1 gewijzigde bestanden
met
toevoegingen van 4
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+4
-2
.gitlab-ci.yml
+ 4
- 2
.gitlab-ci.yml
Bestand weergeven
@@ -1,9 +1,8 @@
image: python:latest
before_script:
- pip install poetry
- poetry config virtualenvs.in-project = true
pages:
@@ -15,5 +14,8 @@ pages:
artifacts:
paths:
- public
cache:
paths:
- cours/.venv
only:
- master