Skip to content
Snippets Groups Projects
Commit bb11e59d authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

fix syntax error missing $

parent 17ca6238
No related merge requests found
Pipeline #13952 failed with stages
in 27 minutes and 11 seconds
......@@ -440,5 +440,5 @@ deploy_ood_node:
openstack server add floating ip $OOD_INSTANCE_ID $OOD_FLOATING_IP
done
rules:
- if: $PIPELINE_TARGET == "deploy" && ($OOD_IMAGE_ID || BUILT_OOD_IMAGE_ID)
- if: $PIPELINE_TARGET == "deploy" && ($OOD_IMAGE_ID || $BUILT_OOD_IMAGE_ID)
when: always
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