Skip to content

Commit

Permalink
Merge branch 'master' into AG-29637-sign-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Sep 10, 2024
2 parents 3309f07 + cbae07e commit b1d353d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 5 additions & 4 deletions scripts/make/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b1d353d

Please sign in to comment.