mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
tools: only sign release if promotion successful
Ref: https://github.com/nodejs/build/pull/1596 PR-URL: https://github.com/nodejs/node/pull/24669 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
2ef6aed58a
commit
e3649c8e09
|
|
@ -202,7 +202,9 @@ for version in $versions; do
|
|||
|
||||
ssh ${customsshkey} ${webuser}@${webhost} $promotecmd nodejs $version
|
||||
|
||||
sign $version
|
||||
if [ $? -eq 0 ];then
|
||||
sign $version
|
||||
fi
|
||||
|
||||
break
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user