Commit c7b9fad6 authored by Syed Bilal Raees's avatar Syed Bilal Raees

yaml edited

parent 44abf150
...@@ -10,9 +10,12 @@ build-job: ...@@ -10,9 +10,12 @@ build-job:
- echo " compile complete " - echo " compile complete "
- mkdir build/ - mkdir build/
- echo "My app binary file" > build/excutable-binary-file-v1 - echo "My app binary file" > build/excutable-binary-file-v1
artifacts:
paths:
- build/excutable-binary-file-v1
tags: tags:
- ci - ci
unit-test-job: unit-test-job:
stage: test stage: test
script: script:
......
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