Skip to content
Snippets Groups Projects

ci: add ood deploy pipeline

Closed Bo-Chun Chen requested to merge louistw/hpc-factory:feat-ood-deploy into feat-hpc-factory
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -332,7 +332,7 @@ deploy_ood_node:
tags:
- build
script:
- openstack image set --accept $LOGIN_IMAGE_ID || true
- openstack image set --accept $OOD_IMAGE_ID || true
- |
cat > user_data.txt <<EOF
#!/bin/bash
Loading