Skip to content

Commit

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

```
$ git shortlog a7c6c02..1015ee3 --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(create-instance): Delete M?yData-tmp after copying files to MyData
```

See MorphoCloud/MorphoCloudWorkflow@a7c6c02...1015ee3
  • Loading branch information
jcfr committed Nov 28, 2024
1 parent bfb3a39 commit 26962ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ jobs:
-o UserKnownHostsFile=/dev/null \
-o LogLevel=ERROR \
exouser@$INSTANCE_IP \
'[ ! -d /media/volume/MyData/Slicer ] && mv /media/volume/MyData-tmp/Slicer /media/volume/MyData/Slicer'
'[ ! -d /media/volume/MyData/Slicer ] && mv /media/volume/MyData-tmp/Slicer /media/volume/MyData/Slicer && rmdir /media/volume/MyData-tmp'
env:
INSTANCE_IP: ${{ steps.ip_create.outputs.floating_ip_address }}

Expand Down

0 comments on commit 26962ae

Please sign in to comment.