Merge branch 'master' into AG-29637-sign-windows

This commit is contained in:
Eugene Burkov 2024-09-10 19:29:29 +03:00
commit b1d353dbc3
2 changed files with 6 additions and 4 deletions

View File

@ -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.

View File

@ -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"