Explorar o código

feat: temporary branch deployment

Fela Maslen %!s(int64=4) %!d(string=hai) anos
pai
achega
e21c091fbb
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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'
     }
   }
 }