1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Taliesin Sisson 222377d1d5 When running on Windows the correct path separator must be used (#386)
* When running on Windows the correct path separator must be used. filePath.join is OS aware, so when we want to use forward slash use path.join instead.

on windows docker cp should end with \. when copying a directory
when running npm modules we should pass in path with all forward slashes

This fixes #331

* When calculating relative folders on Windows for destination path on Linux, we need to change \ for /

* Reduce complexity by extracting methods

* V1 does not point to a file that does not exist

* Looks like something else is the cause of this test breaking. Last successful build is #371, builds after that are failing
2020-10-08 22:30:50 -07:00
.github chore: upgrade docker v19.03.12 (#348) 2020-08-29 22:55:22 -07:00
act When running on Windows the correct path separator must be used (#386) 2020-10-08 22:30:50 -07:00
cmd Set the default branch inside the event data (#354) 2020-09-02 07:56:44 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00