Skip to content

Commit

Permalink
.travis.yml: small improvements for PACKAGE_FILENAME. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga authored and lafin committed Apr 7, 2019
1 parent c263ebb commit 9d7028f
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 @@ -5,7 +5,7 @@ env:
- VERSION=3.1.0-3
- REPO=multiarch/qemu-user-static
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/3.1.0/6.fc30/x86_64/qemu-user-static-3.1.0-6.fc30.x86_64.rpm"
- PACKAGE_FILENAME=qemu-user-static-3.1.0-6.fc30.x86_64.rpm
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
before_script:
- sudo apt-get install jq rpm2cpio cpio
- wget --content-disposition $PACKAGE_URI
Expand Down

0 comments on commit 9d7028f

Please sign in to comment.