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

Add new file

parents
Pipeline #2118 failed
stages:
- build
- test
- deploy
build-job:
stage: build
script:
- echo "complinoing the code"
- mkdir build/
- echo "my app binary file" > build/executable-binary-file-v1
unit-test-job:
stage: test
script:
- echo "running unit test job"
- cat $CI_PROJECT_DIR/build/executable-binary-file-v1
lint-test-job:
stage: test
script:
- echo "linting code "
deploy-job
stage: deploy
script:
- echo "deploying"
\ No newline at end of file
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