-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Fetch binaries in workflow for automated version increments
Follow-up to - #678
- Loading branch information
1 parent
c242475
commit 3fdc70d
Showing
2 changed files
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ jobs: | |
with: | ||
botName: Eclipse Equinox Bot | ||
botMail: [email protected] | ||
extra-maven-args: '-f bundles' | ||
extra-setup-command: 'git clone --depth 1 https://github.com/eclipse-equinox/equinox.binaries.git binaries' | ||
extra-maven-args: '-Dequinox.binaries.loc=$(pwd)/binaries' |
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