Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
image: "python:3.9"
|
image: "python:3.9"
|
||||||
|
|
||||||
|
variables:
|
||||||
|
SMS_TO: "01234567890"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user