diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-05 22:35:54 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-05 22:35:54 +0800 |
| commit | a5ede4908ce20a76bec665e27fec20acdf716476 (patch) | |
| tree | 4c76384e62daeb071a990e185cbf1b7a9650a032 | |
| parent | f44b78cec901cdda7c0f0eb806af325c00f95466 (diff) | |
| download | RoughlyEnoughItems-a5ede4908ce20a76bec665e27fec20acdf716476.tar.gz RoughlyEnoughItems-a5ede4908ce20a76bec665e27fec20acdf716476.tar.bz2 RoughlyEnoughItems-a5ede4908ce20a76bec665e27fec20acdf716476.zip | |
Consider not pushing 3.x-unstable
| -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 == '3.x-unstable' } + expression { env.BRANCH_NAME == '3.x' } } steps { sh "rm -rf build/libs/" |
