Skip to content

Commit

Permalink
[10.0.x] NO-ISSUE: fix env.DISABLE_IMAGES_DEPLOY evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 23, 2024
1 parent 6513ba1 commit 1216508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ List getTestFailedImages() {
////////////////////////////////////////////////////////////////////////

boolean isDeployImage() {
return !env.DISABLE_IMAGES_DEPLOY
return !Boolean.valueOf(env.DISABLE_IMAGES_DEPLOY)
}

boolean isDeployImageInOpenshiftRegistry() {
Expand Down

0 comments on commit 1216508

Please sign in to comment.