File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3535trap 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)
4141HAZELCAST_TEST_VERSION=${HZ_VERSION}
4242HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
4343HAZELCAST_RC_VERSION=0.8-SNAPSHOT
You can’t perform that action at this time.
0 commit comments