Pārlūkot izejas kodu

Merge branch 'dm/ci-cache' into 'master'

Cache poetry venv

See merge request e2li/cours-python!1
master
Dimitri Merejkowsky pirms 4 gadiem
vecāks
revīzija
9239965796
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. +4
    -2
      .gitlab-ci.yml

+ 4
- 2
.gitlab-ci.yml Parādīt failu

@@ -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