forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit removes the need to configure git for Windows, since we migrated to the custom Windows images and removed the config_git, which was defined 2 times on the single file. Signed-off-by: Alexandros Sapranidis <[email protected]>
- Loading branch information
1 parent
e798bb1
commit 8051e6b
Showing
2 changed files
with
0 additions
and
13 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 |
---|---|---|
|
@@ -475,13 +475,6 @@ are_conditions_met_packaging() { | |
return 1 | ||
} | ||
|
||
config_git() { | ||
if [ -z "$(git config --get user.email)" ]; then | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "beatsmachine" | ||
fi | ||
} | ||
|
||
defineModuleFromTheChangeSet() { | ||
# This method gathers the module name, if required, in order to run the ITs only if the changeset affects a specific module. | ||
# For such, it's required to look for changes under the module folder and exclude anything else such as asciidoc and png files. | ||
|