mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 15:17:18 +00:00
should test before deploy
This commit is contained in:
parent
a8f4644b75
commit
4809e45b86
@ -1,7 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- deploy
|
|
||||||
- test
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
black:
|
black:
|
||||||
stage: test
|
stage: test
|
||||||
@ -14,14 +13,13 @@ black:
|
|||||||
script:
|
script:
|
||||||
- black --check .
|
- black --check .
|
||||||
|
|
||||||
|
|
||||||
# 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
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python -V # Print out python version for debugging
|
- python -V # Print out python version for debugging
|
||||||
- pip install -U setuptools wheel twine
|
- pip install -U setuptools wheel twine
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user