Skip to content

Commit

Permalink
Group version variables together.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Aug 23, 2023
1 parent f3ed0ab commit e2a3a25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ set -euxo pipefail

source .buildkite/scripts/common.sh

# Ignore the BEAT_VERSION set in common.sh above.
unset BEAT_VERSION;

# Set AGENT_PACKAGE_VERSION to 8.10.0-SNAPSHOT until the first 8.11.0-SNAPSHOT is ready.
# Ignore the BEAT_VERSION set in common.sh so that it doesn't override the package version.
unset BEAT_VERSION;
AGENT_PACKAGE_VERSION=8.10.0 \
DEV=true \
EXTERNAL=true \
Expand Down

0 comments on commit e2a3a25

Please sign in to comment.