Ver Fonte

更新 'Jenkinsfile'

sifu-gogs há 2 anos atrás
pai
commit
446df7fb57
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -22,7 +22,7 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
-                sh 'docker build -t hitSheep:0.1 .'
+                sh 'docker build -t hitsheep:0.1 .'
                 sh 'docker-compose up -d'
             }
         }