aboutsummaryrefslogtreecommitdiff
path: root/JenkinsD
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-06-19 15:12:37 +0800
committershedaniel <daniel@shedaniel.me>2020-06-19 15:12:37 +0800
commit463197999f1711ffd453b7246bdc580f9dde3390 (patch)
tree2fb28fcb7460465bfa5c230a0628bd26e6ca19b6 /JenkinsD
parent83b53bec070bd595ea8118b6a68979c0b5a180ed (diff)
downloadRoughlyEnoughItems-463197999f1711ffd453b7246bdc580f9dde3390.tar.gz
RoughlyEnoughItems-463197999f1711ffd453b7246bdc580f9dde3390.tar.bz2
RoughlyEnoughItems-463197999f1711ffd453b7246bdc580f9dde3390.zip
Add smithing recipes, close #352
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'JenkinsD')
-rw-r--r--JenkinsD2
1 files changed, 1 insertions, 1 deletions
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/"