Commit 26dc1e7f authored by Syed Bilal Raees's avatar Syed Bilal Raees

chanGES

parent fc1fbc74
image: python image: python
default:
tags:
- python
stages: stages:
- build - build
- test - test
...@@ -13,29 +17,29 @@ build-job: ...@@ -13,29 +17,29 @@ build-job:
artifacts: artifacts:
paths: paths:
- build/executable-binary-file-v1 - build/executable-binary-file-v1
tags: # tags:
- ci # - ci
unit-test-job: unit-test-job:
stage: test stage: test
script: script:
- echo "running unit test job" - echo "running unit test job"
- cat $CI_PROJECT_DIR/build/executable-binary-file-v1 - cat $CI_PROJECT_DIR/build/executable-binary-file-v1
tags: # tags:
- ci # - ci
lint-test-job: lint-test-job:
stage: test stage: test
script: script:
- echo "linting code " - echo "linting code "
tags: # tags:
- ci # - ci
deploy-job: deploy-job:
stage: deploy stage: deploy
script: script:
- echo "deploying" - echo "deploying"
- python3 --version - python3 --version
tags: # tags:
- ci # - ci
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