Skip to content

Commit

Permalink
fix: wrong interpolation (elastic#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 20, 2021
1 parent 077496f commit 0501b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/e2eKibana.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def runE2ETests(String suite) {

// Kibana's maintenance branches follow the 7.11, 7.12 schema.
def branchName = "${env.GT_BASE_REF}"
if (${env.GT_BASE_REF} != "master") {
if (env.GT_BASE_REF != "master") {
branchName = "${env.GT_BASE_REF}.x"
}
def e2eTestsPipeline = "e2e-tests/e2e-testing-mbp/${branchName}"
Expand Down

0 comments on commit 0501b48

Please sign in to comment.