mirror of
https://github.com/Mibew/mibew-operator-status-plugin.git
synced 2025-05-06 17:23:07 +03:00
Merge branch 'master' of github.com:Mibew/mibew-operator-status-plugin
This commit is contained in:
commit
ecc448482e
@ -1,4 +1,4 @@
|
|||||||
# mibew-operator-status-plugin
|
# Mibew Operator Status plugin
|
||||||
Plugin for Mibew, get statement based on the availability of operators.
|
Plugin for Mibew, get statement based on the availability of operators.
|
||||||
|
|
||||||
# Useage
|
# Useage
|
||||||
@ -28,7 +28,7 @@ Plugin for Mibew, get statement based on the availability of operators.
|
|||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
1. Get the archive with the plugin sources from [release page](https://github.com/everyx/mibew-operator-status-plugin/releases):
|
1. Get the archive with the plugin sources. You can download it from the [official site](https://mibew.org/plugins#mibew-operator-status) or build the plugin from sources.
|
||||||
|
|
||||||
2. Untar/unzip the plugin's archive.
|
2. Untar/unzip the plugin's archive.
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@ gulp.task('prepare-release', function() {
|
|||||||
|
|
||||||
return eventStream.merge(
|
return eventStream.merge(
|
||||||
getSources()
|
getSources()
|
||||||
.pipe(zip('mibew-operator-status-plugin-' + version + '.zip')),
|
.pipe(zip('operator-status-plugin-' + version + '.zip')),
|
||||||
getSources()
|
getSources()
|
||||||
.pipe(tar('mibew-operator-status-plugin-' + version + '.tar'))
|
.pipe(tar('operator-status-plugin-' + version + '.tar'))
|
||||||
.pipe(gzip())
|
.pipe(gzip())
|
||||||
)
|
)
|
||||||
.pipe(chmod(0644))
|
.pipe(chmod(0644))
|
||||||
|
Loading…
Reference in New Issue
Block a user