diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 565289e9aaa..8d0b834dcd5 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -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. diff --git a/scripts/make/build-release.sh b/scripts/make/build-release.sh index 93aa324d90b..640344263f8 100644 --- a/scripts/make/build-release.sh +++ b/scripts/make/build-release.sh @@ -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"