(wip) Replace CI with REFERENCE (#3832)

This commit is contained in:
Simon Bomm 2022-08-12 09:43:50 +02:00 committed by GitHub
parent 495237f316
commit dfddd68a4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
env.REF_BRANCH = 'master' env.REF_BRANCH = 'master'
if ((env.BRANCH_NAME == env.REF_BRANCH)) { if ((env.BRANCH_NAME == env.REF_BRANCH)) {
env.BUILD = 'CI' env.BUILD = 'REFERENCE'
env.REPO = '22.04-unstable' env.REPO = '22.04-unstable'
} }