Browse Source

modified jenkinsfile

xiaoct 7 years ago
parent
commit
e3ed25558a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -10,7 +10,6 @@ pipeline {
     stages {
         stage('Build'){
             steps {
-                sh 'll'
                 sh 'npm install'
             }
         }