act/pkg
Taliesin Sisson 014d71af43
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
..
common use t.Cleanup and prefer assert.NoError over .Nil (#309) 2020-07-20 07:35:43 -07:00
container Remove confusing message about symlinks (#381) 2020-10-06 10:02:37 -07:00
model [Add] More logging for default push action (#383) 2020-10-08 22:28:01 -07:00
runner When running on Windows the correct path separator must be used (#386) 2020-10-08 22:30:50 -07:00