Skip to content

Commit

Permalink
remove sleep and reset version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Oct 16, 2024
1 parent 912a6a9 commit dff8dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-operator</artifactId>
<version>5.40.56-alpha-34-SNAPSHOT</version>
<version>5.40.48</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
1 change: 0 additions & 1 deletion scripts/aws/eks-pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function terminate_old_enclave() {
else
nitro-cli describe-enclaves
echo "No running enclaves to terminate."
sleep 30
fi
}

Expand Down

0 comments on commit dff8dae

Please sign in to comment.