Skip to content
Snippets Groups Projects
Commit fb99e4ee authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: accept login image

parent 21f2e223
Branches hpc-factory-feat-login-build-and-deploy
No related tags found
No related merge requests found
Pipeline #12641 passed with stage
in 2 minutes and 41 seconds
...@@ -281,7 +281,7 @@ deploy_login_node: ...@@ -281,7 +281,7 @@ deploy_login_node:
tags: tags:
- build - build
script: script:
- openstack image set --accept $login-${BUILD_DATE} || true - openstack image set --accept $LOGIN_IMAGE_ID || 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