mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Attempting to fix testing code
This commit is contained in:
parent
f989d64de2
commit
91ed165984
|
@ -5,7 +5,7 @@ test:
|
||||||
script:
|
script:
|
||||||
- apk add libxml2-dev libxslt-dev libxml2 gcc musl-dev linux-headers
|
- apk add libxml2-dev libxslt-dev libxml2 gcc musl-dev linux-headers
|
||||||
- pip3.6 install -r requirements.txt
|
- pip3.6 install -r requirements.txt
|
||||||
- sed -i -e 's/https:\/\/discordapp.com\/api\/webhooks\/111111111111111111\/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/$DISCORD/g' settings.json.example
|
- sed -i -e "s/https:\/\/discordapp.com\/api\/webhooks\/111111111111111111\/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/$DISCORD/g" settings.json.example
|
||||||
- mv settings.json.example settings.json
|
- mv settings.json.example settings.json
|
||||||
- python3.6 rcgcdw.py --test
|
- python3.6 rcgcdw.py --test
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue