mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Updated Python image to Python 3.7 since RcGcDw dropped support for 3.6
This commit is contained in:
parent
bd5916e042
commit
d4f06da1c8
|
@ -1,4 +1,4 @@
|
|||
image: python:3.6-alpine
|
||||
image: python:3.7-alpine
|
||||
|
||||
include:
|
||||
- template: Code-Quality.gitlab-ci.yml
|
||||
|
@ -19,11 +19,11 @@ test:
|
|||
type: test
|
||||
script:
|
||||
- apk add libxml2-dev libxslt-dev libxml2 gcc musl-dev linux-headers
|
||||
- pip3.6 install -r requirements.txt
|
||||
- pip3.7 install -r requirements.txt
|
||||
- sed -i -e "s/111111111111111111/$DISCORD1/g" settings.json.example
|
||||
- sed -i -e "s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/$DISCORD2/g" settings.json.example
|
||||
- mv settings.json.example settings.json
|
||||
- python3.6 start.py --test
|
||||
- python3.7 start.py --test
|
||||
only:
|
||||
- testing
|
||||
- merge_requests
|
||||
|
|
Loading…
Reference in a new issue