mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Added pipeline job
This commit is contained in:
parent
6dddf4c685
commit
7c47d6bef1
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
test:
|
||||||
|
type: test
|
||||||
|
script:
|
||||||
|
- apt-get update -qy
|
||||||
|
- apt-get install -y python-dev python-pip
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- sed -i -e 's/https:\/\/discordapp.com\/api\/webhooks\/111111111111111111\/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/$DISCORD/g' settings.json.example
|
||||||
|
- mv settings.json.example settings.json
|
||||||
|
- python rcgcdw.py
|
||||||
|
only:
|
||||||
|
- testing
|
Loading…
Reference in a new issue