Explorar o código

更新 'Jenkinsfile'

sifu-gogs %!s(int64=2) %!d(string=hai) anos
pai
achega
b2e18149a3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -24,8 +24,8 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
-                sh 'sh pwd'
-                sh 'sh ls -la'
+                sh 'pwd'
+                sh 'ls -la'
                 sh 'docker build -t ${BRANCH_NAME}:${BUILD_NUMBER} .'
                 sh 'docker-compose up -d'
             }