Ver Fonte

feat: temporary branch deployment

Fela Maslen há 4 anos atrás
pai
commit
e21c091fbb
1 ficheiros alterados com 1 adições e 3 exclusões
  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'
     }
   }
 }