G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Use git annex copy to upload files #37

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

https://github.com/G-Node/gin-proc/blob/606541f66bd92ee1d6d5317d982ff6d49a0f76b9/back-end/config.py#L63

This will also download old build files in the working directory, which we don't want.

Use git annex copy --to=origin <filenames> instead.

achilleas-k commented 5 years ago

Fixed in #41