Skip to content

Commit 039fba0

Browse files
committed
Fix
1 parent 720e192 commit 039fba0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/git-bisect.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969

7070
- uses: actions/checkout@v4
7171
with:
72-
repository: 'hazelcast/hazelcast'
73-
ref: 'e6ef7a8a874e445754bf6b9ab04056d812d993da'
74-
path: 'hazelcast-os'
72+
repository: 'hazelcast/hazelcast-mono'
73+
ref: '1ac9c7eaea720a82fbe6800ca768eae064f71155'
74+
path: 'hazelcast-repo'
7575
token: ${{ secrets.GH_TOKEN }}
7676

7777
- uses: ./.github/actions/build-test/ubuntu-x86_64

scripts/start-rc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ set +x
3535
trap cleanup EXIT
3636

3737
# Use local build instead
38-
hazelcast-os/mvnw install -Pquick
38+
hazelcast-repo/mvnw install -Pquick --file hazelcast-repo
3939

40-
HZ_VERSION=$(hazelcast-os/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
40+
HZ_VERSION=$(hazelcast-repo/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
4141
HAZELCAST_TEST_VERSION=${HZ_VERSION}
4242
HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
4343
HAZELCAST_RC_VERSION=0.8-SNAPSHOT

0 commit comments

Comments
 (0)