Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog 76aad0e..7e99a45 --no-merges
Jean-Christophe Fillion-Robin (2):
      fix(create-instance): Ensure R library folder is created
      fix(cloud-config): Update to MorphoCloud/exosphere@5c85c9170
```

See MorphoCloud/MorphoCloudWorkflow@76aad0e...7e99a45
  • Loading branch information
jcfr committed Nov 27, 2024
1 parent 1529b7a commit 578a146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ jobs:
-o UserKnownHostsFile=/dev/null \
-o LogLevel=ERROR \
exouser@$INSTANCE_IP \
'echo -e "R_LIBS_SITE=/media/share/MorphoCloudCephShare/R/x86_64-pc-linux-gnu-library/4.4/\nR_LIBS_USER=/media/volume/MyData/R/x86_64-pc-linux-gnu-library/4.4/" > /home/exouser/.Renviron'
'echo -e "R_LIBS_SITE=/media/share/MorphoCloudCephShare/R/x86_64-pc-linux-gnu-library/4.4/\nR_LIBS_USER=/media/volume/MyData/R/x86_64-pc-linux-gnu-library/4.4/" > /home/exouser/.Renviron && mkdir -p /media/volume/MyData/R/x86_64-pc-linux-gnu-library/4.4/'
env:
INSTANCE_IP: ${{ steps.ip_create.outputs.floating_ip_address }}

Expand Down
2 changes: 1 addition & 1 deletion cloud-config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runcmd:
# --checkout "{instance-config-mgt-repo-checkout}"
# -e "{ansible-extra-vars}"
rm -rf /opt/instance-config-mgt
exosphere_sha="5faa1fbef47fc4fb588b44fa0b577d7d72b64db5" # morpho-cloud-portal-2024.07.17-78a7e2d93
exosphere_sha="5c85c9170fbb8ddee99d4c81811ce3468b0279a8" # morpho-cloud-portal-2024.07.17-78a7e2d93
ansible-pull \
--url "https://github.com/MorphoCloud/exosphere.git" \
--checkout "$exosphere_sha" \
Expand Down

0 comments on commit 578a146

Please sign in to comment.