ソースを参照

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

Cache poetry venv

See merge request e2li/cours-python!1
master
Dimitri Merejkowsky 4年前
コミット
9239965796
1個のファイルの変更4行の追加2行の削除
  1. +4
    -2
      .gitlab-ci.yml

+ 4
- 2
.gitlab-ci.yml ファイルの表示

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