diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1326e34d3343acfc26b4e33b7102258d94598e0e..b0d9edffe0049e7f39ff6c1a8992fdd292e824ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,7 +159,6 @@ deploy_http_proxy_node: - > export HTTP_PROXY_INSTANCE_PORT=$(openstack port create -c id -f value --network $INTERNALNET - --fixed-ip subnet=$INTERNALNET_SN,ip-address=$INTERNALNET_IP --disable-port-security ${HTTP_PROXY_INSTANCE_NAME}_internal_port) - > @@ -208,7 +207,6 @@ deploy_ssh_proxy_node: - > export SSH_PROXY_INSTANCE_PORT=$(openstack port create -c id -f value --network $INTERNALNET - --fixed-ip subnet=$INTERNALNET_SN,ip-address=$INTERNALNET_IP --disable-port-security $SSH_PROXY_INSTANCE_NAME_internal_port) - >