Skip to content
Snippets Groups Projects
Commit fe894597 authored by maeries's avatar maeries
Browse files

Merge remote-tracking branch 'origin/ci-cd'

parents a75fcf18 27bd30b4
No related branches found
No related tags found
No related merge requests found
Pipeline #277850 passed
...@@ -3,9 +3,13 @@ image: python:latest ...@@ -3,9 +3,13 @@ image: python:latest
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- python --version ; pip --version - python --version ; pip --version
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements
pages: pages:
script: script:
- python --version - python main.py
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment