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