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

chanGES

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