mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-08-03 12:01:24 +00:00
should test before deploy
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- deploy
|
|
||||||
- test
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
black:
|
black:
|
||||||
stage: test
|
stage: test
|
||||||
@@ -14,7 +13,6 @@ 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
|
||||||
|
Reference in New Issue
Block a user