mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-09-25 13:25:23 +00:00
Fix 'The following tasks did not complete' error
This commit is contained in:
@@ -79,14 +79,15 @@ function gulptasksFTP($, gulp, buildFolder) {
|
||||
.pipe($.sftp(deployCredentials));
|
||||
});
|
||||
|
||||
gulp.task(`ftp.upload.${deployEnv}`, () => {
|
||||
return gulp.series(
|
||||
gulp.task(
|
||||
`ftp.upload.${deployEnv}`,
|
||||
gulp.series(
|
||||
"ftp.writeVersion",
|
||||
`ftp.upload.${deployEnv}.game`,
|
||||
`ftp.upload.${deployEnv}.indexHtml`,
|
||||
`ftp.upload.${deployEnv}.additionalFiles`
|
||||
);
|
||||
});
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user