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

fixed syntax error

parent 86cfedcb
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!101Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
...@@ -53,6 +53,7 @@ deploy_ood_proxy_node: ...@@ -53,6 +53,7 @@ deploy_ood_proxy_node:
--wait --wait
$OOD_PROXY_INSTANCE_NAME) $OOD_PROXY_INSTANCE_NAME)
- openstack server add floating ip $OOD_PROXY_INSTANCE_NAME $OOD_PROXY_FLOATING_IP - openstack server add floating ip $OOD_PROXY_INSTANCE_NAME $OOD_PROXY_FLOATING_IP
rules:
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
when: always when: always
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
......
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