Skip to content
Snippets Groups Projects

Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -53,6 +53,7 @@ deploy_ood_proxy_node:
--wait
$OOD_PROXY_INSTANCE_NAME)
- openstack server add floating ip $OOD_PROXY_INSTANCE_NAME $OOD_PROXY_FLOATING_IP
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
- if: $CI_PIPELINE_SOURCE == "web"
Loading