xiaoct пре 7 година
родитељ
комит
e3ed25558a
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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