Skip to content

Commit

Permalink
chore: do not pass beat version (#24586) (#24594)
Browse files Browse the repository at this point in the history
We will be delegating the version calculation to the e2e tests, using
target branch values as defaults
  • Loading branch information
mdelapenya authored Mar 17, 2021
1 parent f312136 commit 59c1f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ def triggerE2ETests(String suite) {
booleanParam(name: 'notifyOnGreenBuilds', value: !isPR()),
booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true),
string(name: 'runTestsSuites', value: suite),
string(name: 'BEAT_VERSION', value: env.BEAT_VERSION),
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_E2E_TESTS_NAME),
string(name: 'GITHUB_CHECK_REPO', value: env.REPO),
string(name: 'GITHUB_CHECK_SHA1', value: env.GIT_BASE_COMMIT),
Expand Down

0 comments on commit 59c1f2a

Please sign in to comment.