From e8ff8d75d55dba22ed5be5bd41d509502ccf7614 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 27 Nov 2024 13:56:32 -0500 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@9f9c035 List of MorphoCloudWorkflow changes: ``` $ git shortlog 3462608..9f9c035 --no-merges Jean-Christophe Fillion-Robin (1): fix(cloud-config): Update to MorphoCloud/exosphere@fcfe4990f ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/3462608...9f9c035 --- cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config b/cloud-config index c3496065..bd777f47 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="1d41d03baa5cd683ab95a1c1181df82a26b0eb48" # morpho-cloud-portal-2024.07.17-78a7e2d93 + exosphere_sha="fcfe4990f649a01a5bf9b36cff4919d7d46fb516" # morpho-cloud-portal-2024.07.17-78a7e2d93 ansible-pull \ --url "https://github.com/MorphoCloud/exosphere.git" \ --checkout "$exosphere_sha" \