From a4ea9859b152ef73d606839d958c8e0092d4663f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 24 Sep 2024 14:31:16 -0400 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@8c9a5be List of MorphoCloudWorkflow changes: ``` $ git shortlog 15bc17c..8c9a5be --no-merges Jean-Christophe Fillion-Robin (1): fix(cloud-config): Update to MorphoCloud/exosphere@f8640dca1 ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/15bc17c...8c9a5be --- cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config b/cloud-config index d36552ed..643e26cf 100644 --- a/cloud-config +++ b/cloud-config @@ -35,7 +35,7 @@ runcmd: # --checkout "{instance-config-mgt-repo-checkout}" # -e "{ansible-extra-vars}" rm -rf /opt/instance-config-mgt - exosphere_sha="22ca67a8275d40654e078e71e50f9c5f666dc2e1" # morpho-cloud-portal-2024.07.17-78a7e2d93 + exosphere_sha="f8640dca1a9d83eff5fc3f341abb2ee752ceecf0" # morpho-cloud-portal-2024.07.17-78a7e2d93 ansible-pull \ --url "https://github.com/MorphoCloud/exosphere.git" \ --checkout "$exosphere_sha" \