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

correct rules format for deploy_ood_proxy_node

- Updated the `rules` section to be an array containing hashes and arrays of hashes
parent 5f5129e0
No related branches found
No related tags found
1 merge request!2Add OOD proxy node deployment to CI/CD pipeline
...@@ -69,4 +69,6 @@ deploy_ood_proxy_node: ...@@ -69,4 +69,6 @@ deploy_ood_proxy_node:
# Store the instance ID in variables.env for later use # Store the instance ID in variables.env for later use
echo "PROXY_INSTANCE_ID=$PROXY_INSTANCE_ID" >> $CI_PROJECT_DIR/variables.env echo "PROXY_INSTANCE_ID=$PROXY_INSTANCE_ID" >> $CI_PROJECT_DIR/variables.env
rules: rules:
when: manual - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'schedule'
- when: manual
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