diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98fb23704aca80730c637dae15955ccceed3b166..65d92bb4a7e482d82208b7384ea404dfcc96e774 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) - >