OctopusDeploy / Octopus-TeamCity

| Public | JetBrains TeamCity plugin to trigger releases on build completion
https://octopus.com/teamcity
Other
0 stars 23 forks source link

Remove container cleanup in e2etests #157

Open rain-on opened 2 years ago

rain-on commented 2 years ago

Prior to explicitly setting the user which runs the TC containers, the tests were required to clean up "left over files" created by the container, prior to junit removing the tempdirectory (and failing due to permissions).

Now that the UserId in the container is the same as that executing the test, this cleanup is no longer required, as no permissioning conflict exists.