Adahoucom.com - Gitlab

Commit a21ba8aa authored by Christian Yavo's avatar Christian Yavo

Update .gitlab-ci.yml

parent f9912a5d
Pipeline #23 failed
image: "python:3.7" image: "python:3.7"
cache: cache:
path: path:
- venv/ - venv/
before-script:
before_script:
- python3 --version - python3 --version
- virtualenv -q venv - virtualenv -q venv
- venv/bin/pip3 install --upgrade pip - venv/bin/pip3 install --upgrade pip
- source venv/bin/activate - source venv/bin/activate
- pip3 install requirements.txt - pip3 install requirements.txt
stages: stages:
- Static Analysis - Static Analysis
flake8: flake8:
- stage: Static Analysis - stage: Static Analysis
- script: - script:
......
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