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

runner

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