trigger
This commit is contained in:
parent
1a7d215e46
commit
e6c28d58f1
|
@ -46,7 +46,7 @@ jobs:
|
||||||
STABILITY="stable"
|
STABILITY="stable"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
STABILITY="canary"
|
STABILITY="unstable"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
package centreon::plugins::dbi;
|
package centreon::plugins::dbi;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
Loading…
Reference in New Issue