Skip to content

Commit 90daa97

Browse files
authored
Run pipeline with old version qemu 3.1.1-2.fc30. (#85)
To create the version tag images.
1 parent a80f6b0 commit 90daa97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ addons:
1212
- cpio
1313
env:
1414
global:
15-
- MAJOR_VERSION=4
16-
- MINOR_VERSION=0
17-
- PATCH_VERSION=0
18-
- RELEASE_VERSION=5
15+
- MAJOR_VERSION=3
16+
- MINOR_VERSION=1
17+
- PATCH_VERSION=1
18+
- RELEASE_VERSION=2
1919
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
2020
# Container tag version string.
2121
# Set it here to give a flexibility of the value such as "vX.Y".
@@ -29,7 +29,7 @@ env:
2929
# Container repository
3030
- DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static
3131
# - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static
32-
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/5.fc31/x86_64/qemu-user-static-4.0.0-5.fc31.x86_64.rpm"
32+
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/3.1.1/2.fc30/x86_64/qemu-user-static-3.1.1-2.fc30.x86_64.rpm"
3333
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
3434
before_script:
3535
- wget --content-disposition $PACKAGE_URI

0 commit comments

Comments
 (0)