Commit c786d851 authored by Syed Bilal Raees's avatar Syed Bilal Raees

python

parent 7a81068c
......@@ -18,7 +18,7 @@ build-job:
paths:
- build/excutable-binary-file-v1
tags:
- pyhton
- python
unit-test-job:
stage: test
......@@ -27,7 +27,7 @@ unit-test-job:
- echo "code coverage is 90%"
- cat $CI_PROJECT_DIR/build/excutable-binary-file-v1
tags:
- pyhton
- python
lint-test-job:
stage: test
......@@ -41,7 +41,7 @@ deploy-job:
stage: deploy
script:
- echo "deploying"
- pyhton3 --version
- python3 --version
- echo "using credential - $USERNAME, $PASSWORD"
tags:
- 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