You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- With long-running hosts, rooting the volumes inside of the git
cloned source directory is problematic.
When tests are cancelled and containers remain running, files can
be locked, preventing subsequent runs from proceeding correctly.
Instead, generate a temporary directory in Azure to root the files
so that source can be cloned properly.
- This removes the need for cleaning up existing hardcoded dirs in
Azure from prior test runs
- For now this will continue to default to `.` in Travis, given hosts
are ephemeral
- Additional code will be added to perform cleanup from tests
- The Azure specific PowerShell code converts a Windows path like:
c:\foo\bar\tmp.foo
To something compose understands like:
//c/foo/bar/tmp.foo
See docker/compose#4303 (comment)
0 commit comments