Skip to content

Commit 741ca3e

Browse files
authored
Fix for ebcDockerBuilderWLO.jenkinsfile (#757)
1 parent d6e31ad commit 741ca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebcDockerBuilderWLO.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def gitCloneAndStash() {
8787
git branch: "main", url: "[email protected]:${scriptOrg}/websphere-liberty-operator.git"
8888
sh "git checkout ${RELEASE_TARGET}"
8989
}
90-
if (${params.PIPELINE_TYPE} == "SPS") {
90+
if (params.PIPELINE_TYPE == "SPS") {
9191
dir('websphere-liberty-operator-sps-config') {
9292
git branch: "main", url: "[email protected]:websphere-operators-sps/websphere-liberty-operator-sps-config.git"
9393
sh "git checkout ${COMMON_OPERATORS_BRANCH}"

0 commit comments

Comments
 (0)