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

chng

parent 53421987
Pipeline #2135 failed with stages
in 16 seconds
image: python
#image: python
default:
tags:
- python
#default:
# tags:
# - python
stages:
- build
- test
......@@ -17,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 jd"
- 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