Commit 53c9cd18 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update .gitlab-ci.yml

parent dcf47bb2
Pipeline #2125 failed with stages
in 8 seconds
...@@ -9,26 +9,26 @@ build-job: ...@@ -9,26 +9,26 @@ build-job:
- echo "complinoing the code" - echo "complinoing the code"
- mkdir build/ - mkdir build/
- echo "my app binary file" > build/executable-binary-file-v1 - echo "my app binary file" > 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:
- ci
deploy-job: deploy-job:
stage: deploy stage: deploy
script: script:
- echo "deploying" - echo "deploying"
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