We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2db29 commit 600e054Copy full SHA for 600e054
release-version.sh
@@ -21,10 +21,8 @@ valid_semver_bump () {
21
}
22
23
verify_gpg_settings () {
24
- if [ ! "$SKIP_GPG" ]
25
- then
26
- test -f .travis/signingkey.asc.enc ||
27
- die 'GPG configuration not found. Please use travisify.sh to add it.
+ test "$SKIP_GPG" -o -f .travis/signingkey.asc.enc ||
+ die 'GPG configuration not found. Please use travisify.sh to add it.
28
See also: https://github.com/scijava/pom-scijava/wiki/GPG-Signing'
29
fi
30
0 commit comments