You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/19 09:50:05 UTC

[camel-k] 06/10: Fix #921: fix hash in ocp version

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 23d8716d467c48dadb2430d346b76f3f97d835e2
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Wed Dec 18 19:29:21 2019 +0100

    Fix #921: fix hash in ocp version
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 72270b7..855daed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ install:
 env:
   global:
     - OPENSHIFT_VERSION=3.11.0
-    - OPENSHIFT_COMMIT=0cbc58b117403b9d9169dbafdfac59ef104bb997
+    - OPENSHIFT_COMMIT=0cbc58b
     - MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
 services: