Skip to content

Commit

Permalink
Add debug level into alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
rgithubli committed Aug 19, 2024
1 parent f1d73f4 commit 595a446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/linux/alpine/tar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ext {
}
}

def jdkResultingImage = "$buildRoot/build/linux-${arch}-normal-server-release/images/jdk"
def testResultingImage = "$buildRoot/build/linux-${arch}-normal-server-release/images/test"
def jdkResultingImage = "$buildRoot/build/linux-${arch}-normal-server-${correttoDebugLevel}/images/jdk"
def testResultingImage = "$buildRoot/build/linux-${arch}-normal-server-${correttoDebugLevel}/images/test"

/**
* Create a local copy of the source tree in our
Expand Down

0 comments on commit 595a446

Please sign in to comment.