Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[442] - fixing incorrect position of tarPath argument #693

Merged
merged 2 commits into from
Jun 18, 2018

Conversation

dcherniv
Copy link

@dcherniv dcherniv commented Jun 17, 2018

This was tested on windows 7. Previously the header in the tar contained windows file separators and failed to extract properly on docker, creating files instead of the directory structure.
E.G. instead of /src/main/app.java directory structure, one would see \src\main\app.java file.
Fixes
#442
#489

@dlorenc
Copy link
Contributor

dlorenc commented Jun 18, 2018

Looks like there's a test error in travis. This one is unrelated to the other CI issue I fixed this morning.

@dlorenc dlorenc merged commit 86c7179 into GoogleContainerTools:master Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants