Explorar o código

Consider not pushing 3.x-unstable

shedaniel %!s(int64=5) %!d(string=hai) anos
pai
achega
de0c696163
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/"