From 86a5c7a73edb51e04619a5f95164a1a18c5477d4 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Sun, 2 Feb 2025 13:42:51 -0500 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@6b8b2e1 List of MorphoCloudWorkflow changes: ``` $ git shortlog f9e9dda..6b8b2e1 --no-merges Jean-Christophe Fillion-Robin (1): fix(cloud-config): Update to MorphoCloud/exosphere@5683d349b ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/f9e9dda...6b8b2e1 --- cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config b/cloud-config index 19445d7c..f1dca8dd 100644 --- a/cloud-config +++ b/cloud-config @@ -55,7 +55,7 @@ retry git clone \ "https://github.com/MorphoCloud/exosphere.git" \ /opt/instance-config-mgt -exosphere_sha="61891a755ee0a4f9d15b586d60477814885656fc" # morpho-cloud-portal-2025.01.29-5f7a4c38 +exosphere_sha="5683d349b2bec4c403e418c44d2bac3326a3fce8" # morpho-cloud-portal-2025.01.29-5f7a4c38 (cd /opt/instance-config-mgt && git reset --hard $exosphere_sha) ansible-playbook \