From 3b223dc7cacd7402fbbc86c5caa9856fd9427fdd Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 24 Sep 2024 15:34:27 -0400 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@f01f9ce List of MorphoCloudWorkflow changes: ``` $ git shortlog 8c9a5be..f01f9ce --no-merges Jean-Christophe Fillion-Robin (1): fix(cloud-config): Update to MorphoCloud/exosphere@256a7bfbe ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/8c9a5be...f01f9ce --- cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config b/cloud-config index 643e26cf..6691bab5 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="f8640dca1a9d83eff5fc3f341abb2ee752ceecf0" # morpho-cloud-portal-2024.07.17-78a7e2d93 + exosphere_sha="256a7bfbe3a8810525c36b09692796aaadc33ede" # morpho-cloud-portal-2024.07.17-78a7e2d93 ansible-pull \ --url "https://github.com/MorphoCloud/exosphere.git" \ --checkout "$exosphere_sha" \