You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by do...@apache.org on 2019/02/26 13:00:37 UTC

[incubator-iotdb-website] branch master updated: add u+x for install.sh

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

dope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9774524  add u+x for install.sh
9774524 is described below

commit 9774524dcb281a17df21b3554621794a6a7a57d3
Author: xuyi556677@163.com <xu...@163.com>
AuthorDate: Tue Feb 26 20:59:44 2019 +0800

    add u+x for install.sh
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index f267699..b4868b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,6 +38,8 @@ pipeline {
         stage('Install Dependencies') {
           steps {
             echo 'Installing Dependencies'
+            sh 'ls -l'
+            sh 'chmod u+x install.sh'
             sh './install.sh'
             sh 'npm install'
           }