Skip to content
Snippets Groups Projects
Commit 6b706918 authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

ci test

parent b554d95f
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -19,6 +19,7 @@ stages: # List of stages for jobs, and their order of execution
deploy-job: # This job runs in the deploy stage. deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully. stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
script: script:
- pwd
- echo "Deploying application..." - echo "Deploying application..."
- echo "Application successfully deployed." - echo "Application successfully deployed."
- whoami - whoami
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment