이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge branch 'dm/ci-cache' into 'master'
Cache poetry venv See merge request
e2li/cours-python!1
master
Dimitri Merejkowsky
4 년 전
부모
b131c07d20
572ddc42e5
커밋
9239965796
1개의 변경된 파일
과
4개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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