Skip to content

Commit 1392066

Browse files
authored
ci: do release build on tag events (#2810)
Signed-off-by: Matt Klein <[email protected]>
1 parent 19b57d8 commit 1392066

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci/do_ci.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ function bazel_debug_binary_build() {
3939
}
4040

4141
if [[ "$1" == "bazel.release" ]]; then
42-
# The release build step still runs during tag events. Avoid rebuilding for no reason.
43-
# TODO(mattklein123): Consider moving this into its own "build".
44-
if [[ -n "$CIRCLE_TAG" ]]
45-
then
46-
echo 'Ignoring build for git tag event'
47-
exit 0
48-
fi
49-
5042
setup_gcc_toolchain
5143
echo "bazel release build with tests..."
5244
bazel_release_binary_build

0 commit comments

Comments
 (0)