소스 검색

更新 'Jenkinsfile'

sifu-gogs 2 년 전
부모
커밋
446df7fb57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
             }
         }