mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Update CI
This commit is contained in:
parent
18497e0a3a
commit
cc6648bd9c
3 changed files with 16 additions and 12 deletions
|
|
@ -48,7 +48,7 @@ const rainloopSetup = (done) => {
|
|||
config.cleanPath = dist;
|
||||
config.zipSrcPath = dist;
|
||||
config.zipFile = 'rainloop-' + (config.community ? 'community-' : '') + versionFull + '.zip';
|
||||
config.zipFileShort = 'rainloop-' + (config.community ? 'community-' : '') + 'latest.zip';
|
||||
// config.zipFileShort = 'rainloop-' + (config.community ? 'community-' : '') + 'latest.zip';
|
||||
|
||||
config.rainloopBuilded = true;
|
||||
|
||||
|
|
@ -71,8 +71,8 @@ const rainloopClean = (done) => {
|
|||
done();
|
||||
};
|
||||
|
||||
const rainloopShortName = (done) => copy(config.destPath + config.zipFile, config.destPath + config.zipFileShort, done);
|
||||
// const rainloopShortName = (done) => copy(config.destPath + config.zipFile, config.destPath + config.zipFileShort, done);
|
||||
|
||||
exports.rainloopBuild = gulp.series(rainloopCopy, rainloopSetup);
|
||||
|
||||
exports.rainloop = gulp.series(exports.rainloopBuild, rainloopZip, rainloopClean, rainloopShortName);
|
||||
exports.rainloop = gulp.series(exports.rainloopBuild, rainloopZip, rainloopClean /*, rainloopShortName*/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue