-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
cluster up: fix Windows config file upload #12634
cluster up: fix Windows config file upload #12634
Conversation
Uses the path (unix-style) package instead of filepath (platform-specific) for creating the config file upload path for the origin container.
@smarterclayton this is a pull to the 1.4 branch |
Thanks [merge] |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to dd1a028 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13219/) (Base Commit: ff3dbfc) |
[merge] |
#12362 |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 2 |
really?
[merge] |
Evaluated for origin merge up to dd1a028 |
Uses the path (unix-style) package instead of filepath (platform-specific)
for setting the config file upload path to the origin container.