ソースを参照

Consider not pushing 3.x-unstable

shedaniel 5 年 前
コミット
de0c696163
1 ファイル変更1 行追加1 行削除
  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/"