ci: Fix defaultBranch
dustin/receipts/pipeline/head This commit looks good
Details
dustin/receipts/pipeline/head This commit looks good
Details
parent
1f4899feb3
commit
1393c993e9
|
@ -2,7 +2,7 @@
|
|||
@Library('dch')
|
||||
_
|
||||
|
||||
buildContainerImage2(project: 'packages', defaultBranchName: 'master')
|
||||
buildContainerImage2(project: 'packages', defaultBranch: 'master')
|
||||
stage('Deploy') {
|
||||
when(env.BRANCH_NAME == "master") {
|
||||
kubeRestartDeployment()
|
||||
|
|
Loading…
Reference in New Issue