We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b57d8 commit 1392066Copy full SHA for 1392066
ci/do_ci.sh
@@ -39,14 +39,6 @@ function bazel_debug_binary_build() {
39
}
40
41
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
-
50
setup_gcc_toolchain
51
echo "bazel release build with tests..."
52
bazel_release_binary_build
0 commit comments