From 463197999f1711ffd453b7246bdc580f9dde3390 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 19 Jun 2020 15:12:37 +0800 Subject: Add smithing recipes, close #352 Signed-off-by: shedaniel --- JenkinsD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'JenkinsD') diff --git a/JenkinsD b/JenkinsD index a80d195b3..6c67c209e 100644 --- a/JenkinsD +++ b/JenkinsD @@ -4,7 +4,7 @@ pipeline { stage ('Build') { when { - expression { env.BRANCH_NAME == '3.x' || env.BRANCH_NAME == '4.x-unstable' } + expression { env.BRANCH_NAME == '4.x' || env.BRANCH_NAME == '4.x-unstable' } } steps { sh "rm -rf build/libs/" -- cgit