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

fixed git clone destinations

parent 8125e794
No related branches found
No related tags found
No related merge requests found
Pipeline #10066 passed with stages
in 1 minute and 26 seconds
...@@ -45,10 +45,10 @@ resource "openstack_compute_instance_v2" "ohpc" { ...@@ -45,10 +45,10 @@ resource "openstack_compute_instance_v2" "ohpc" {
permissions: 0644 permissions: 0644
# Clone CRI_XCBC repository # Clone CRI_XCBC repository
- git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC > /tmp/git_clone.log 2>&1 - 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