Skip to content
Snippets Groups Projects
Commit ac0a0bcf authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

created a dev env called krish-dev to test builds and deploys to personal...

created a dev env called krish-dev to test builds and deploys to personal project space on openstack
parent 41c71b72
No related branches found
No related tags found
1 merge request!28created a dev env called krish-dev to test builds and deploys to personal...
...@@ -27,6 +27,14 @@ workflow: ...@@ -27,6 +27,14 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'schedule' - if: $CI_PIPELINE_SOURCE == 'schedule'
- if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'web'
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
variables:
TARGET_ENV: 'krish-dev'
- if: $CI_PIPELINE_SOURCE == 'schedule'
- if: $CI_PIPELINE_SOURCE == 'web'
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- build - build
- clean - clean
......
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