瀏覽代碼

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') {
-      if (env.BRANCH_NAME == "master") {
-        sh 'LIBRARY_DIRECTORY=$GMUS_LIBRARY_DIRECTORY ./k8s/deploy.sh'
-      }
+      sh 'LIBRARY_DIRECTORY=$GMUS_LIBRARY_DIRECTORY ./k8s/deploy.sh'
     }
   }
 }