-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
update docker hub url in cli tests #4155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. It looks like you found duplicate method. The one in library should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we can avoid duplicated code, that's better
@TylerJewell @benoitf yeah I was wondering why when guys trying skip tests it still fail I believe that this one in library was not skipped |
@@ -74,56 +74,6 @@ server_is_booted() { | |||
fi | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIk this method is called from https://github.com/eclipse/che/blob/b446d114250d6e4e7b23e57a045929d9b3f20a6d/dockerfiles/base/scripts/base/startup_01_init.sh#L283
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I remove this line ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TylerJewell should I remove that line? I don;t know how to detect where that method was used
This reverts commit a4f3771.
we agreed to clean up duplicate things after release |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1988/ |
* update docker hub url in cli tests
What does this PR do?
in cli tests we checked old url for docker hub
dockerhub.com
due to some reasons that url is down really often so we switch to new urlChangelog
update docker hub url in cli tests