-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Min Jin <[email protected]>
- Loading branch information
1 parent
b7efcd2
commit 807e3a7
Showing
1 changed file
with
2 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 |
---|---|---|
|
@@ -47,8 +47,8 @@ jobs: | |
export GPG_TTY=$(tty) | ||
(echo 5; echo y; echo save) | gpg --command-fd 0 --no-tty --pinentry-mode loopback --passphrase ${{ secrets.GPG_PASSWORD }} --no-greeting --edit-key 'Kubernetes Client Publishers' trust | ||
(echo 0; echo y; echo save) | gpg --command-fd 0 --no-tty --pinentry-mode loopback --passphrase ${{ secrets.GPG_PASSWORD }} --no-greeting --edit-key 'Kubernetes Client Publishers' expire | ||
git config user.email "k8s.ci.robot@gmail.com" | ||
git config user.name "Kubernetes Prow Robot" | ||
git config user.email "k8s[email protected].com" | ||
git config user.name "Kubernetes Publisher" | ||
- name: Check Current Version | ||
run: | | ||
mvn -q \ | ||
|