Closed achilleas-k closed 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.
git annex copy --to=origin <filenames>
Fixed in #41
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.