From d430d6663611cacff124a817e318bc3e38dfde06 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Sun, 15 Dec 2024 16:02:11 -0500 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@1060009 List of MorphoCloudWorkflow changes: ``` $ git shortlog 2dbdd12..1060009 --no-merges Jean-Christophe Fillion-Robin (1): fix(cloud-config): Update to MorphoCloud/exosphere@35b249998 ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/2dbdd12...1060009 --- cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config b/cloud-config index 8aa48afe..48fadd58 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="e9d099b0caa480533b6654db81e84c49db302b7b" # morpho-cloud-portal-2024.07.17-78a7e2d93 + exosphere_sha="35b24999809eeabdb9c9c6bcad3bb1cc4e5f1116" # morpho-cloud-portal-2024.07.17-78a7e2d93 ansible-pull \ --url "https://github.com/MorphoCloud/exosphere.git" \ --checkout "$exosphere_sha" \