Skip to content

Commit

Permalink
Fix included COPR version
Browse files Browse the repository at this point in the history
COPR @pki/10.7 doesn't exist. As a result Travis
throws an error.

Signed-off-by: Dinesh Prasanth M K <[email protected]>
  • Loading branch information
SilleBille authored and cipherboy committed Apr 3, 2019
1 parent ebba3a9 commit 04a163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
-v $(pwd):/root/tomcatjss
registry.fedoraproject.org/fedora:$FEDORA
- docker exec container dnf install -y dnf-plugins-core gcc make rpm-build
- docker exec container dnf copr -y enable ${TOMCATJSS_7_4_REPO:-@pki/10.7}
- docker exec container dnf copr -y enable ${TOMCATJSS_7_4_REPO:-@pki/master}
- docker exec container dnf builddep -y --spec /root/tomcatjss/tomcatjss.spec
- docker exec container dnf remove -y tomcat-native
- docker exec container /root/tomcatjss/build.sh --with-timestamp --with-commit-id rpm
Expand Down

0 comments on commit 04a163e

Please sign in to comment.