You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: functions.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ fi
150
150
151
151
## VALIDATE
152
152
153
-
if [[ "$(basename "$0")"!="build.sh" ]]
153
+
if [[ "$(basename $0)"!="build.sh" ]] && [[ -z"$GPG_KEYNAME" ]]
154
154
then
155
155
echo -e "\e[91m !ERR! Cannot sign artifacts without passing a gpg key for signing. Please pass gpgkey=<your key> as a parameter or GPG_KEY as secret.\e[39m"
0 commit comments