Skip to content

Commit

Permalink
Init release 5.6.0 (#3492)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Mar 28, 2023
1 parent 8e425c1 commit fb615fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ "dev" ]
branches: [ "5.6" ]
pull_request:
branches: [ "dev" ]
branches: [ "5.6" ]

jobs:
build:
Expand All @@ -26,14 +26,6 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Download neo4j dev docker container
run: |
curl -s -L0 -u "${TEAMCITY_USER}:${TEAMCITY_PASSWORD}" -X GET ${DOCKER_ENTERPRISE_URL} -o ${ENTERPRISE_TAR} &
curl -s -L0 -u "${TEAMCITY_USER}:${TEAMCITY_PASSWORD}" -X GET ${DOCKER_COMMUNITY_URL} -o ${COMMUNITY_TAR} &
wait
docker load --input ${ENTERPRISE_TAR}
docker load --input ${COMMUNITY_TAR}
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "apoc-core"]
path = apoc-core
url = https://github.com/neo4j/apoc
branch = dev
branch = 5.6

0 comments on commit fb615fc

Please sign in to comment.