From 6bb1f2e3ce34c9394921f103ec296af1898b2216 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Thu, 22 Jun 2023 09:40:21 -0500
Subject: [PATCH] remove CRI copy

---
 main.tf | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/main.tf b/main.tf
index 465a01a..c1ec9f8 100644
--- a/main.tf
+++ b/main.tf
@@ -146,14 +146,9 @@ resource "null_resource" "ops" {
   provisioner "remote-exec" {
     inline = [
       "ls -al /CRI_XCBC",
-      "rm -rf /CRI_XCBC/*"
     ]
   }
   # moves CRI_XCBC file into directory made above
-  provisioner "file" {
-    source      = "CRI_XCBC/"
-    destination = "/CRI_XCBC"
-  }
 
   # compute node
   provisioner "remote-exec" {
-- 
GitLab