From f982329f308246c35bd6ba34cfe01824d08178c1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Fri, 18 Oct 2024 12:07:24 -0400 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@2f3a841 List of MorphoCloudWorkflow changes: ``` $ git shortlog 6209ffc..2f3a841 --no-merges Jean-Christophe Fillion-Robin (2): fix(collect-instance-update): Clear tmp dir and runner does not run out of space fix(cloud-config): Update to MorphoCloud/exosphere@a2e2381f3 ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/6209ffc...2f3a841 --- .github/workflows/collect-instance-uptime.yml | 2 +- cloud-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/collect-instance-uptime.yml b/.github/workflows/collect-instance-uptime.yml index de18ad08..b87c3477 100644 --- a/.github/workflows/collect-instance-uptime.yml +++ b/.github/workflows/collect-instance-uptime.yml @@ -185,7 +185,7 @@ jobs: JSON_DIR: ${{ steps.define-metadata.outputs.directory }} - name: Publish - uses: s0/git-publish-subdir-action@5bc6742efb946f4cba68c7a9067a31ea5631071d # develop + uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa # develop env: REPO: self BRANCH: ${{ steps.define-metadata.outputs.branch }} diff --git a/cloud-config b/cloud-config index 72ddea4d..99b05d99 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="0572cea801d6ce6f5eb5856dd9d2a7e3b7bc7cd4" # morpho-cloud-portal-2024.07.17-78a7e2d93 + exosphere_sha="a2e2381f31647694e80e2baf3e5d0ec7b5c42ffb" # morpho-cloud-portal-2024.07.17-78a7e2d93 ansible-pull \ --url "https://github.com/MorphoCloud/exosphere.git" \ --checkout "$exosphere_sha" \