Skip to content

Commit

Permalink
debug path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 21, 2023
1 parent 6994401 commit 1225228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def call(String imageShortName, Map userConfig=[:]) {
writeFile file: 'Makefile', text: makefileContent

writeFile file: '$overrideDockerBakeFile', text: bakefileContent

sh 'ls -lta' //DEBUG
} // stage

// Automatic tagging on principal branch is not enabled by default, show potential next version in PR anyway
Expand Down Expand Up @@ -151,6 +153,7 @@ def call(String imageShortName, Map userConfig=[:]) {
if (cstConfigSuffix == "") {
//linux ==> generated docker bake
withEnv (["PLATFORMS=$finalConfig.platform", "DOCKER_BAKE_FILE=$overrideDockerBakeFile"]) {
sh 'ls -lta' //DEBUG
sh 'make buildbake'
}
} else {
Expand Down

0 comments on commit 1225228

Please sign in to comment.