You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2016/01/25 19:01:42 UTC

[26/51] celix git commit: CELIX-333: Adapt coverity upload url

CELIX-333: Adapt coverity upload url


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/acbfe389
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/acbfe389
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/acbfe389

Branch: refs/heads/feature/CELIX-335_deploy_refactoring
Commit: acbfe389b92637bbfdbdee71e072de7d4c64f3b7
Parents: d8dbe10
Author: Bjoern Petri <bp...@apache.org>
Authored: Wed Jan 13 09:01:49 2016 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Wed Jan 13 09:01:49 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/acbfe389/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 437d125..55eab3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ env:
         - COVERITY_SCAN_BRANCH_PATTERN="develop"
         - COVERITY_SCAN_TOKEN="iomLSuaE8KOZLDog-KK7Ug"
         - COVERITY_SCAN_BUILD_URL="https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh"
-        - COVERITY_SCAN_BUILD="curl -s $COVERITY_SCAN_BUILD_URL | bash"
+        - COVERITY_SCAN_BUILD="curl -s $COVERITY_SCAN_BUILD_URL | sed "s/https:\/\/scan.coverity.com\/builds/https:\/\/scan.coverity.com\/builds?project=Apache+Celix"/g | bash"
 
 matrix:
     include: