From 5d11dc92144f3e1c4d270ed7a8c91c1535061b60 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 24 Oct 2024 12:35:24 -0400 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@14f8e42 List of MorphoCloudWorkflow changes: ``` $ git shortlog 8da1de9..14f8e42 --no-merges Jean-Christophe Fillion-Robin (1): fix(cloud-config): Update to MorphoCloud/exosphere@620f82fdf ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/8da1de9...14f8e42 --- cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config b/cloud-config index 039afeef..9338911f 100644 --- a/cloud-config +++ b/cloud-config @@ -36,7 +36,7 @@ runcmd: # --checkout "{instance-config-mgt-repo-checkout}" # -e "{ansible-extra-vars}" rm -rf /opt/instance-config-mgt - exosphere_sha="0fe9de8e26e2adef5d17ae85716aa521e5c9c3b3" # morpho-cloud-portal-2024.07.17-78a7e2d93 + exosphere_sha="620f82fdf19ff4a42ac324b4710d72039d1e6331" # morpho-cloud-portal-2024.07.17-78a7e2d93 ansible-pull \ --url "https://github.com/MorphoCloud/exosphere.git" \ --checkout "$exosphere_sha" \