소스 검색

Cache poetry venv

master
Dimitri Merejkowsky 4 년 전
부모
커밋
572ddc42e5
No known key found for this signature in database GPG 키 ID: 6BF3C7EA7C2D64EC
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