Skip to content

Commit 399c960

Browse files
committed
Remove Bazel-related files
1 parent 64eee62 commit 399c960

17 files changed

+0
-948
lines changed

.bcr/config.yml

Whitespace-only changes.

.bcr/metadata.template.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.bcr/presubmit.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.bcr/source.template.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/publish-rabbitmq-bcr.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,12 @@ jobs:
1919
id: versions
2020
working-directory: ra
2121
run: |
22-
sudo npm install --global --silent @bazel/buildozer
23-
2422
VERSION_APP_SRC="$(erl -eval '{ok, [{application, _, AppInfo}]} = file:consult("src/ra.app.src"), Version = proplists:get_value(vsn, AppInfo), io:fwrite(Version), halt().' -noshell)"
2523
2624
if [[ "${{ github.ref_name }}" != "v$VERSION_APP_SRC" ]]; then
2725
echo "Version in src/ra.app.src ($VERSION_APP_SRC) does not match tag (${{ github.ref_name }})"
2826
exit 1
2927
fi
30-
31-
VERSION_BAZEL="$(cat MODULE.bazel | buildozer 'print version' -:%module)"
32-
33-
if [[ "${{ github.ref_name }}" != "v$VERSION_BAZEL" ]]; then
34-
echo "Version in MODULE.bazel ($VERSION_BAZEL) does not match tag (${{ github.ref_name }})"
35-
exit 1
36-
fi
37-
38-
echo "version=$VERSION_BAZEL" | tee -a $GITHUB_OUTPUT
3928
- name: FETCH THE SOURCE ARCHIVE
4029
run: |
4130
curl \

BUILD.bazel

Lines changed: 0 additions & 95 deletions
This file was deleted.

MODULE.bazel

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)