Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
smerleCB committed Aug 4, 2023
1 parent af2237a commit c2eb07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def call(String imageShortName, Map userConfig=[:]) {

// Automatic tagging on principal branch is not enabled by default
// not on multiplatforms builds
if (semVerEnabledOnPrimaryBranch and ! flagmultiplatforms) {
if (semVerEnabledOnPrimaryBranch && !flagmultiplatforms) {
stage("Semantic Release of ${defaultImageName}") {
echo "Configuring credential.helper"
// The credential.helper will execute everything after the '!', here echoing the username, the password and an empty line to be passed to git as credentials when git needs it.
Expand Down

0 comments on commit c2eb07e

Please sign in to comment.