Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
release: bundle on bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Oct 5, 2022
1 parent 6caae68 commit 75ad2af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/jenkins/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@ def generateReleaseStages() {
tasks << buildRelease(
'debian-buster',
DOCKER_IMAGES.buster,
params.debian_revision,
true // bundle repository
params.debian_revision
)

tasks << buildRelease(
'debian-bullseye',
DOCKER_IMAGES.bullseye,
params.debian_revision
params.debian_revision,
true // bundle repository
)

tasks << buildRelease(
Expand Down

0 comments on commit 75ad2af

Please sign in to comment.