Переместил конфиг CI/CD в корень

This commit is contained in:
bogdan zažigin 2023-04-04 22:36:59 +03:00
parent 1e7b4c4244
commit 91ce97c10b
Signed by: zaboal
GPG key ID: C9918166D559FE8A
2 changed files with 6 additions and 6 deletions

6
.gitlab-ci.yml Normal file
View 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

View file

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