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:
parent
94f1c89160
commit
b8288140ad
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue