Skip to content

Commit

Permalink
build rocketmq-operator use ksmartdata/rocketmq-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
bing.ma committed Dec 25, 2024
1 parent bc15842 commit d1dbe83
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# 使用官方的仓库,需要执行 make generate,但是下载 controller-gen 时不符合预期,所以临时使用 drivebyer/rocketmq-operator 仓库
# 待 https://github.com/apache/rocketmq-operator/pull/169 合并和,可以切换回官方仓库
- name: Clone RocketMQ Operator
uses: actions/checkout@v2
with:
repository: drivebyer/rocketmq-operator
ref: mcamel
repository: ksmartdata/rocketmq-operator
ref: master

- name: Generate missing files
run: |
Expand Down

0 comments on commit d1dbe83

Please sign in to comment.