Selaa lähdekoodia

Consider not pushing 3.x-unstable

shedaniel 5 vuotta sitten
vanhempi
sitoutus
de0c696163
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      JenkinsD

+ 1 - 1
JenkinsD

@@ -4,7 +4,7 @@ pipeline {
 
       stage ('Build') {
          when {
-            expression { env.BRANCH_NAME == '3.x' || env.BRANCH_NAME == '3.x-unstable' }
+            expression { env.BRANCH_NAME == '3.x' }
          }
          steps {
             sh "rm -rf build/libs/"