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

fix: ignore issue when accept image

parent e8e2c2eb
No related branches found
No related tags found
1 merge request!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Pipeline #11686 failed with stage
in 23 seconds
......@@ -37,7 +37,7 @@ deploy_http_proxy_node:
tags:
- build
script:
- openstack image set --accept $HTTP_PROXY_IMAGE_ID
- openstack image set --accept $HTTP_PROXY_IMAGE_ID || true
- FAILED=false
- |
cat > user_data.txt <<EOF
......@@ -73,7 +73,7 @@ deploy_ssh_proxy_node:
tags:
- build
script:
- openstack image set --accept $SSH_PROXY_IMAGE_ID
- openstack image set --accept $SSH_PROXY_IMAGE_ID || true
- FAILED=false
- |
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