소스 검색

feat: temporary branch deployment

Fela Maslen 4 년 전
부모
커밋
e21c091fbb
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Jenkinsfile

+ 1 - 3
Jenkinsfile

@@ -59,9 +59,7 @@ node {
     }
     }
 
 
     stage('Deploy') {
     stage('Deploy') {
-      if (env.BRANCH_NAME == "master") {
-        sh 'LIBRARY_DIRECTORY=$GMUS_LIBRARY_DIRECTORY ./k8s/deploy.sh'
-      }
+      sh 'LIBRARY_DIRECTORY=$GMUS_LIBRARY_DIRECTORY ./k8s/deploy.sh'
     }
     }
   }
   }
 }
 }