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: #default:
tags: # tags:
- python # - python
stages: stages:
- build - build
- test - test
...@@ -17,29 +17,29 @@ build-job: ...@@ -17,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 jd" - echo "deploying jd"
- 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