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