Skip to content
Snippets Groups Projects
Commit ae8462f0 authored by Ariya Adinatha's avatar Ariya Adinatha
Browse files

introduced another stages

parent ae20c274
Branches main
No related merge requests found
Pipeline #49654 passed with warnings with stages
in 12 minutes and 36 seconds
......@@ -8,4 +8,16 @@ include:
- template: Security/SAST.gitlab-ci.yml
stages:
- test
\ No newline at end of file
- build
- test
- deploy
build-app:
stage: build
script:
- echo "building.."
deploy-app:
stage: deploy
script:
- echo "deploying.."
\ No newline at end of file
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