-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Update gradle job for build and publish
Build and publish should not run on a daily basis. They should only run on patchset created and patchset merged. Remove script variables which are set by the job caller. Removing them from the script since it was removing its values. Issue: RELENG-5405 Signed-off-by: Jessica Wagantall <[email protected]> Change-Id: I8717fcc935d34952b5b608269a0e6f63ba9fd2a4
- Loading branch information
1 parent
6b7742e
commit 5082a11
Showing
3 changed files
with
5 additions
and
5 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
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/gradle-update-triggers-fb1969cb37cc510c.yaml
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,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Remove daily triggers for gradle build and publish jobs. | ||
Remove env variables from script which are passed by the job caller. |
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 |
---|---|---|
|
@@ -3,9 +3,6 @@ | |
# Copyright 2024 The LMinux Foundation <[email protected]> | ||
# Uncomment to enable debugging | ||
# set -vx | ||
# Initialise variables | ||
DIRECTORY="." | ||
FILE_EXTENSION="" | ||
# Count file upload successes/failures | ||
SUCCESSES="0"; FAILURES="0" | ||
# Shared functions | ||
|