mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 15:17:18 +00:00
Update .gitlab-ci.yml, requirements.txt files
This commit is contained in:
parent
a27055ec22
commit
acf3078266
@ -1,5 +1,18 @@
|
|||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
- black
|
||||||
|
|
||||||
|
|
||||||
|
black:
|
||||||
|
stage: black
|
||||||
|
image: python:3.8
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- python -V
|
||||||
|
- pip install -U black==19.10b0
|
||||||
|
- black .
|
||||||
|
|
||||||
|
|
||||||
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
|
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user