Skip to content

Commit

Permalink
chore: rename variable for e2e (elastic#23382)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.ci/packaging.groovy
  • Loading branch information
mdelapenya committed Jan 15, 2021
1 parent b6fc761 commit f24debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def triggerE2ETests(String suite) {
]
if (isPR()) {
def version = "pr-${env.CHANGE_ID}"
parameters.push(booleanParam(name: 'USE_CI_SNAPSHOTS', value: true))
parameters.push(booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true))
parameters.push(string(name: 'ELASTIC_AGENT_VERSION', value: "${version}"))
parameters.push(string(name: 'METRICBEAT_VERSION', value: "${version}"))
}
Expand Down

0 comments on commit f24debe

Please sign in to comment.