1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-05 10:03:45 +01:00

Tweaking parameters

This commit is contained in:
Samúel Jón Gunnarsson 2017-09-27 13:21:46 +02:00
parent 662532ff1f
commit a50eb30511

View File

@ -25,7 +25,7 @@ language: python
env:
global:
- DOCKER_IMAGE=alectolytic/rpmbuilder
- COPR_REPOSITORY=nagios-plugins
- COPR_REPOSITORY=opinkerfi/nagios-plugins
- OS_ARCH=x86_64
matrix:
# - OS_TYPE=fedora OS_DIST=fedora OS_VERSION=24
@ -37,7 +37,8 @@ services:
install: true
script:
- docker run -v ${PWD}:/sources -v ${PWD}:/output:Z -e "SRPM_ONLY=1" ${DOCKER_IMAGE}:${OS_TYPE}-${OS_VERSION}
# - docker run -v ${PWD}:/sources -v ${PWD}:/output:Z -e "SRPM_ONLY=1" ${DOCKER_IMAGE}:${OS_TYPE}-${OS_VERSION}
- docker run -v check_firewall_active:/sources -v ${PWD}:/output:Z -e "SRPM_ONLY=1" ${DOCKER_IMAGE}:${OS_TYPE}-${OS_VERSION}
after_success:
- pip install copr-cli simplejson