Commit 7a81068c authored by Syed Bilal Raees's avatar Syed Bilal Raees

runner

parent 1f3848ad
image: python:latest
variables:
USERNAME: bilal_raees
stages:
......@@ -16,7 +18,7 @@ build-job:
paths:
- build/excutable-binary-file-v1
tags:
- ci
- pyhton
unit-test-job:
stage: test
......@@ -25,7 +27,7 @@ unit-test-job:
- echo "code coverage is 90%"
- cat $CI_PROJECT_DIR/build/excutable-binary-file-v1
tags:
- ci
- pyhton
lint-test-job:
stage: test
......@@ -33,12 +35,13 @@ lint-test-job:
- echo "running lint tests"
- echo "no lint issues found"
tags:
- ci
- python
deploy-job:
stage: deploy
script:
- echo "deploying"
- pyhton3 --version
- echo "using credential - $USERNAME, $PASSWORD"
tags:
- ci
- python
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