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

Commit

Permalink
Merge branch 'master' into fix-windows-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jul 31, 2023
2 parents 4b00d90 + 31863b6 commit dac28ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pipeline {
// If the tests are passing for Linux AMD64, then we can build all the CPU architectures
sh 'docker buildx bake --file docker-bake.hcl linux'
} else {
powershell "& ./build.ps1 test"
powershell '& ./build.ps1 test'
}
}
}
Expand All @@ -76,7 +76,7 @@ pipeline {
docker buildx bake --push --file docker-bake.hcl linux
'''
} else {
powershell "& ./build.ps1 -PushVersions -VersionTag $env:TAG_NAME publish"
powershell '& ./build.ps1 -PushVersions -VersionTag $env:TAG_NAME publish'
}
}
}
Expand Down

0 comments on commit dac28ff

Please sign in to comment.