Переместил конфиг CI/CD в корень
This commit is contained in:
parent
1e7b4c4244
commit
91ce97c10b
2 changed files with 6 additions and 6 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
image: python:slim
|
||||||
|
|
||||||
|
install_run:
|
||||||
|
script:
|
||||||
|
- pip install -r source/discord-gitalb_bot/requirements.txt
|
||||||
|
- python source/discord-gitalb_bot/discord-gitalb_bot.py
|
|
@ -1,6 +0,0 @@
|
||||||
image: python:slim
|
|
||||||
|
|
||||||
install_run:
|
|
||||||
script:
|
|
||||||
- pip install -r discord-gitalb_bot/requirements.txt
|
|
||||||
- python discord-gitalb_bot/discord-gitalb_bot.py
|
|
Loading…
Add table
Reference in a new issue