Skip to content
Snippets Groups Projects
Commit bf180b39 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

feat scp instead of git clone

parent 41b064ce
No related branches found
No related tags found
No related merge requests found
Pipeline #10067 passed with stages
in 1 minute and 31 seconds
...@@ -43,12 +43,13 @@ resource "openstack_compute_instance_v2" "ohpc" { ...@@ -43,12 +43,13 @@ resource "openstack_compute_instance_v2" "ohpc" {
owner: centos:centos owner: centos:centos
path: /etc/hosts path: /etc/hosts
permissions: 0644 permissions: 0644
scp -r /CRI_XCBC /
# Clone CRI_XCBC repository # Clone CRI_XCBC repository
- git clone https://github.com/jprorama/CRI_XCBC.git / #- git clone https://github.com/jprorama/CRI_XCBC.git /
# Clone CRI_Cluster_Monitor repository # Clone CRI_Cluster_Monitor repository
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git / #- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /
EOF 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