Commit 88214063 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update .gitlab-ci.yml

parent 6ff72943
Pipeline #2042 failed with stage
in 10 seconds
...@@ -15,6 +15,7 @@ build_app: ...@@ -15,6 +15,7 @@ build_app:
- python3 -m venv python3-virtualenv - python3 -m venv python3-virtualenv
- source python3-virtualenv/bin/activate - source python3-virtualenv/bin/activate
- pwd - pwd
- whoami
script: script:
- pip install Flask - pip install Flask
# - export FLASK_APP=hello.py # - export FLASK_APP=hello.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment