Skip to content

Commit 57cfd19

Browse files
authored
Merge pull request #226 from neo4j-labs/develop
Hotfix for master deployment script
2 parents f957007 + 6d89b4d commit 57cfd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Creating Neo4j Container
21-
run: |
21+
run: |
2222
chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
2323
./scripts/docker-neo4j-initializer/docker-neo4j.sh
2424
sleep 30s

0 commit comments

Comments
 (0)