-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [CI] Separated packaging step (#5129) * [CI] Separated packaging step * [CI] Separated packaging step * Fix mistype * Fix mistype * Cleanup * Update .buildkite/scripts/steps/integration_tests.sh Co-authored-by: Paolo Chilà <[email protected]> * Update .buildkite/scripts/steps/integration-package.sh Co-authored-by: Paolo Chilà <[email protected]> * Cleanup --------- Co-authored-by: Paolo Chilà <[email protected]> (cherry picked from commit 9c49b37) # Conflicts: # .buildkite/scripts/steps/integration_tests.sh * Merged --------- Co-authored-by: Pavel Zorin <[email protected]>
- Loading branch information
1 parent
a952dd0
commit 15b68e7
Showing
3 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
set -euo pipefail | ||
|
||
source .buildkite/scripts/common.sh | ||
|
||
PACKAGES=tar.gz,zip,rpm,deb PLATFORMS=linux/amd64,linux/arm64,windows/amd64 SNAPSHOT=true EXTERNAL=true DEV=true mage package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters