mirror of
https://github.com/Mibew/mibew-operator-status-plugin.git
synced 2025-01-22 10:00:30 +03:00
Fix invalid bitmask for release archives
This commit is contained in:
parent
0269150a5f
commit
84c94f427a
@ -16,7 +16,7 @@ gulp.task('prepare-release', function() {
|
|||||||
.pipe(tar('operator-status-plugin-' + version + '.tar'))
|
.pipe(tar('operator-status-plugin-' + version + '.tar'))
|
||||||
.pipe(gzip())
|
.pipe(gzip())
|
||||||
)
|
)
|
||||||
.pipe(chmod(0644))
|
.pipe(chmod(644))
|
||||||
.pipe(gulp.dest('release'));
|
.pipe(gulp.dest('release'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user