Skip to content

Commit 60d2d78

Browse files
committed
Remove references to hivemq-platform repository
1 parent 70e5e2f commit 60d2d78

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,8 @@ jobs:
99
environment: mavenCentralPublish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Configure git
13-
env:
14-
TOKEN: ${{ secrets.ACCESS_TOKEN }}
15-
run: git config --global url."https://${TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
1612
- name: Checkout
1713
uses: actions/checkout@v2
18-
- name: Checkout hivemq-platform
19-
run: |
20-
git clone https://github.com/hivemq/hivemq-platform.git ../hivemq-platform
21-
cd ../hivemq-platform
22-
git checkout "${GITHUB_REF##*/}" || true
23-
cd ../hivemq-kafka-extension-customization-sdk
2414
- name: Setup Java
2515
uses: actions/setup-java@v2
2616
with:

0 commit comments

Comments
 (0)