Merge branch 'master' into AG-29637-sign-windows
This commit is contained in:
commit
b1d353dbc3
|
@ -143,6 +143,7 @@
|
|||
'other':
|
||||
'clean-working-dir': true
|
||||
'tasks':
|
||||
# TODO(e.burkov): !! Remove after test.
|
||||
- 'checkout':
|
||||
'repository': 'bamboo-deploy-publisher'
|
||||
# The paths are always relative to the working directory.
|
||||
|
|
|
@ -179,10 +179,11 @@ sign() {
|
|||
;
|
||||
|
||||
return
|
||||
# TODO(e.burkov): Enabled for all releases.
|
||||
elif [ "$channel" != 'beta' ]
|
||||
then
|
||||
return
|
||||
# TODO(e.burkov): Enable for all releases.
|
||||
# TODO(e.burkov): !! Uncomment after test.
|
||||
# elif [ "$channel" != 'beta' ]
|
||||
# then
|
||||
# return
|
||||
fi
|
||||
|
||||
signed_bin_path="${sign_bin_path}.signed"
|
||||
|
|
Loading…
Reference in New Issue