Stop pushing .deb package on stable repo at each commit (#3820)

* Stop pushing .deb package on stable repo at each commit

* + align build env with other repos
This commit is contained in:
Simon Bomm 2022-08-10 15:14:04 +02:00 committed by GitHub
parent 94f1c89160
commit b8288140ad
1 changed files with 0 additions and 3 deletions

View File

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