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

introduced another stages

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