From ff3c0e5e39f4b910d8158754ebf1e8debeec28c7 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 22 Dec 2016 15:25:26 +1100 Subject: travis: build and test more on centos7 Signed-off-by: Stewart Smith --- opal-ci/Dockerfile-centos7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'opal-ci/Dockerfile-centos7') diff --git a/opal-ci/Dockerfile-centos7 b/opal-ci/Dockerfile-centos7 index fa51128..1f4d829 100644 --- a/opal-ci/Dockerfile-centos7 +++ b/opal-ci/Dockerfile-centos7 @@ -10,5 +10,4 @@ RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v RUN yum install -y systemsim-p9-1.0-0.el7.x86_64.rpm COPY . /build/ WORKDIR /build -# We don't have a custom centos 7 build, same script for now -ENTRYPOINT ./opal-ci/build-centos6.sh +ENTRYPOINT ./opal-ci/build-centos7.sh -- cgit v1.1