diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-06-19 15:12:37 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-06-19 15:12:37 +0800 |
| commit | 463197999f1711ffd453b7246bdc580f9dde3390 (patch) | |
| tree | 2fb28fcb7460465bfa5c230a0628bd26e6ca19b6 /JenkinsD | |
| parent | 83b53bec070bd595ea8118b6a68979c0b5a180ed (diff) | |
| download | RoughlyEnoughItems-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-- | JenkinsD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" |
