Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
E2L_Ivry
/
cours-python
Tarkkaile
5
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Merge branch 'dm/ci-cache' into 'master'
Cache poetry venv See merge request
e2li/cours-python!1
master
Dimitri Merejkowsky
4 vuotta sitten
vanhempi
b131c07d20
572ddc42e5
commit
9239965796
1 muutettua tiedostoa
jossa
4 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
.gitlab-ci.yml
+ 4
- 2
.gitlab-ci.yml
Näytä tiedosto
@@ -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