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

python

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