Skip to content

Commit 815d392

Browse files
committed
remove bloom-release ci (again)
1 parent d7a90b3 commit 815d392

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed
Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
name: bloom-release
1+
# It currently seems to not be possible to automate bloom-release because 'libpaho-mqttpp-dev' cannot be found for Debian 8;
2+
# this failure can be ignored manually; see pipeline failure here
3+
# https://github.com/ika-rwth-aachen/mqtt_client/actions/runs/15732735405/job/44337521624#step:3:161
24

3-
on:
4-
push:
5-
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
5+
# name: bloom-release
76

8-
jobs:
9-
bloom-release:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Release
13-
uses: at-wat/bloom-release-action@v0
14-
with:
15-
ros_distro: humble jazzy kilted rolling
16-
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
17-
github_user: lreiher
18-
git_user: Lennart Reiher
19-
git_email: [email protected]
20-
release_repository_push_url: https://github.com/ros2-gbp/mqtt_client-release.git
21-
open_pr: false
7+
# on:
8+
# push:
9+
# tags:
10+
# - 'v[0-9]+.[0-9]+.[0-9]+'
11+
12+
# jobs:
13+
# bloom-release:
14+
# runs-on: ubuntu-latest
15+
# steps:
16+
# - name: Release
17+
# uses: at-wat/bloom-release-action@v0
18+
# with:
19+
# ros_distro: humble jazzy kilted rolling
20+
# github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
21+
# github_user: lreiher
22+
# git_user: Lennart Reiher
23+
# git_email: [email protected]
24+
# release_repository_push_url: https://github.com/ros2-gbp/mqtt_client-release.git
25+
# open_pr: false

0 commit comments

Comments
 (0)