We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0991d5 + 2258a0d commit aa7be48Copy full SHA for aa7be48
gulpfile.js
@@ -133,7 +133,7 @@ gulp.task('watch', function () {
133
gulp.task('download-neo4j', function() {
134
if( !fs.existsSync('./build/neo4j-enterprise-3.0.0-alpha') ) {
135
// Need to download
136
- return download("http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-alpha-unix.tar.gz")
+ return download("http://alpha.neohq.net/dist/neo4j-enterprise-3.0.0-M01-NIGHTLY-unix.tar.gz")
137
.pipe(gunzip())
138
.pipe(untar())
139
.pipe(gulp.dest('./build'));
0 commit comments