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

Change compute references to login in deploy

parent ea303e78
No related branches found
No related tags found
No related merge requests found
...@@ -272,14 +272,14 @@ deploy_ssh_proxy_node: ...@@ -272,14 +272,14 @@ deploy_ssh_proxy_node:
- if: $PIPELINE_TARGET == "deploy" && $SSH_PROXY_IMAGE_ID - if: $PIPELINE_TARGET == "deploy" && $SSH_PROXY_IMAGE_ID
when: always when: always
deploy_compute_node: deploy_login_node:
stage: deploy stage: deploy
environment: environment:
name: $ENV name: $ENV
tags: tags:
- build - build
script: script:
- openstack image set --accept $compute-${BUILD_DATE} || true - openstack image set --accept $login-${BUILD_DATE} || true
- FAILED=false - FAILED=false
- | - |
cat > user_data.txt <<EOF cat > user_data.txt <<EOF
......
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