Skip to content

Commit 4dc8aa1

Browse files
mergify[bot]leehinmanpierrehilbert
authored
[8.x](backport #5868) remove DEV=true from CI build steps (#5870)
* Fix like elastic/beats#41270 (#5868) (cherry picked from commit c9cd580) # Conflicts: # .buildkite/scripts/steps/integration-package.sh # .buildkite/scripts/steps/k8s-extended-tests.sh * Update integration-package.sh * Update k8s-extended-tests.sh --------- Co-authored-by: Lee E Hinman <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]>
1 parent d55a54a commit 4dc8aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/scripts/steps/integration-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -euo pipefail
33

44
source .buildkite/scripts/common.sh
55

6-
PACKAGES=tar.gz,zip,rpm,deb PLATFORMS=linux/amd64,linux/arm64,windows/amd64 SNAPSHOT=true EXTERNAL=true DEV=true mage package
6+
PACKAGES=tar.gz,zip,rpm,deb PLATFORMS=linux/amd64,linux/arm64,windows/amd64 SNAPSHOT=true EXTERNAL=true mage package

.buildkite/scripts/steps/k8s-extended-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
exit 10
2626
fi
2727

28-
DEV=true SNAPSHOT=true EXTERNAL=true PACKAGES=docker mage -v package
28+
SNAPSHOT=true EXTERNAL=true PACKAGES=docker mage -v package
2929
TEST_INTEG_CLEAN_ON_EXIT=true INSTANCE_PROVISIONER=kind STACK_PROVISIONER=stateful SNAPSHOT=true mage integration:kubernetesMatrix
3030
TESTS_EXIT_STATUS=$?
3131
set -e

0 commit comments

Comments
 (0)