🙏
This commit is contained in:
parent
2d823e674c
commit
ce780a0abc
@ -12,6 +12,14 @@ stages: # List of stages for jobs, and their order of execution
|
|||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
||||||
|
build-wheel:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- echo "Attempting to build distribution wheel"
|
||||||
|
- python -m build --wheel
|
||||||
|
- echo "Wheel successfully built!"
|
||||||
|
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
@ -26,18 +34,4 @@ pylint:
|
|||||||
- ./pylint/
|
- ./pylint/
|
||||||
|
|
||||||
|
|
||||||
build-job:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- echo "Attempting to build distribution wheel"
|
|
||||||
- python -m build --wheel
|
|
||||||
- echo "Wheel successfully built!"
|
|
||||||
|
|
||||||
sudo gitlab-runner register -n \
|
|
||||||
--url https://gitlab.orion-technologies.io \
|
|
||||||
--registration-token cz2D-RzpirwRYPKuK1EA \
|
|
||||||
--executor docker \
|
|
||||||
--description "My Docker Runner" \
|
|
||||||
--docker-image "docker:19.03.12" \
|
|
||||||
--docker-privileged \
|
|
||||||
--docker-volumes "/certs/client"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user