Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 a2501f9a0 -> a6a0a4039


HBASE-18467 more syntax.


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

Branch: refs/heads/HBASE-18467
Commit: a6a0a40398fe19424c5035d0654b0d932281e40c
Parents: a2501f9
Author: Sean Busbey <bus...@apache.org>
Authored: Wed Aug 9 01:45:44 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Aug 9 01:45:44 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a6a0a403/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 22aa10d..c45eeee 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -128,7 +128,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       steps {
         unstash 'yetus'
         // TODO should this be a download from master, similar to how the 
personality is?
-        sh '''!#/usr/bin/env bash
+        sh '''#!/usr/bin/env bash
           declare commentfile
           if "${BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then
             commentfile='${OUTPUTDIR}/success'

Reply via email to