This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
E2L_Ivry
/
cours-python
Прати
5
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Add .gitlab-ci.yml
master
Dimitri Merejkowsky
пре 4 година
родитељ
c60cdf06ad
комит
717add6af6
1 измењених фајлова
са
18 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
.gitlab-ci.yml
+ 18
- 0
.gitlab-ci.yml
Прегледај датотеку
@@ -0,0 +1,18 @@
image: python:latest
before_script:
- pip install poetry
pages:
script:
- cd cours
- poetry install
- poetry run python build.py
artifacts:
paths:
- cours/python/
only:
- master