Skip to content

Commit

Permalink
Try to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jul 11, 2023
1 parent a0eca2b commit c727d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ distributions.each {

println 'Dist:' + distribution

def String dist = distribution.split(':')
dist = distribution.split(':')
// distroFamily = dist[0]
distroCodename = dist[1]

def String buildImage = ''
buildImage = ''

node('amd64') {
ansiColor('xterm') {
Expand Down

0 comments on commit c727d50

Please sign in to comment.