From 7b30e157d617cf31359e7d0681fa2c9b0e629ecf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sauli=20T=C3=A4hk=C3=A4p=C3=A4=C3=A4?= Date: Thu, 12 Nov 2015 10:15:12 +0200 Subject: [PATCH] Remove unused symlink creation. --- tasks/zip.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/zip.js b/tasks/zip.js index 3ef9bf8..ddd9a73 100644 --- a/tasks/zip.js +++ b/tasks/zip.js @@ -50,10 +50,6 @@ gulp.task('zip:upload', ['stage:zip'], function(done) { }); gulp.task('zip:update-references', ['zip:upload'], function(done) { - var dst = computeDestination(); - var latest = '/var/www/vaadin/download/elements/latest/vaadin-elements-latest.zip'; - var cmd = 'rm -f ' + latest + '; ln -s ' + dst + ' ' + latest; - common.ssh(user, host, cmd); if(args.release) { common.ssh(user, host, "sed -i '1i elements/" + majorMinorVersion + '/' + version + "' " + args.zipDestination + 'VERSIONS', done); } else if(args.preRelease) { -- 2.39.5