Skip to content

Commit 01239bf

Browse files
committed
try
1 parent 0b7cece commit 01239bf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
# restore-keys: bazel-
4747
# - run: bazelisk test //...
4848

49-
5049
build-and-upload-tools:
5150
# FIXME
5251
# needs: [build-and-test]

bazel/tools/update_version_bzl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ PATCH = ${git_data[1]}" "$versions_bzl_file_path"
4949

5050
sed -i "/^BUILD = /c\\
5151
BUILD = \"${git_data[0]}\"" "$versions_bzl_file_path"
52+
53+
#FIXME

0 commit comments

Comments
 (0)