From dff8dae70d53ea81fecf7a216f4f93774dec7d70 Mon Sep 17 00:00:00 2001 From: Ian Nara Date: Wed, 16 Oct 2024 15:18:33 -0600 Subject: [PATCH] remove sleep and reset version --- pom.xml | 2 +- scripts/aws/eks-pod/entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 04a610078..8a1c418f7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.40.56-alpha-34-SNAPSHOT + 5.40.48 UTF-8 diff --git a/scripts/aws/eks-pod/entrypoint.sh b/scripts/aws/eks-pod/entrypoint.sh index 11f643c9b..a28ebfe60 100644 --- a/scripts/aws/eks-pod/entrypoint.sh +++ b/scripts/aws/eks-pod/entrypoint.sh @@ -16,7 +16,6 @@ function terminate_old_enclave() { else nitro-cli describe-enclaves echo "No running enclaves to terminate." - sleep 30 fi }