Add test script
This commit is contained in:
parent
6beb53bbdf
commit
a2a5269194
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# this script runs in the rpm_test environment
|
||||
|
||||
PACKAGES=( icinga-php-library )
|
||||
|
||||
icinga-build-rpm-install "${PACKAGES[@]}"
|
||||
|
||||
bash
|
Loading…
Reference in New Issue