Skip to content

Commit

Permalink
Remove nightly usage of che-ip and use a tagged version of images
Browse files Browse the repository at this point in the history
Change-Id: I7ecd663001973706f8bb7ae0ed8a008fdec687a9
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Jul 1, 2019
1 parent a50ad09 commit 6ebc4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/openshift/ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ remove_che_from_ocp() {
}

detectIP() {
docker run --rm --net host eclipse/che-ip:nightly
docker run --rm --net host eclipse/che-ip:6.19.0
}

parse_args() {
Expand Down
2 changes: 1 addition & 1 deletion selenium/che-selenium-core/bin/webdriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ getRecommendedThreadCount() {
}

detectDockerInterfaceIp() {
docker run --rm --net host eclipse/che-ip:nightly
docker run --rm --net host eclipse/che-ip:6.19.0
}

initVariables() {
Expand Down

0 comments on commit 6ebc4c8

Please sign in to comment.