Skip to content
Snippets Groups Projects
Commit c2290bb4 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

CI: Fix image tags

parent a3329a79
No related branches found
No related tags found
1 merge request!17CI: Fix image tags
Pipeline #20008 passed with stage
in 2 minutes and 41 seconds
......@@ -8,7 +8,7 @@ build-debian:
image: registry.videolan.org/vlc-debian-unstable:20181128113529
stage: build
tags:
- debian
- docker
- amd64
script:
- autoreconf -fisv
......@@ -41,9 +41,8 @@ build-win64:
image: registry.videolan.org/vlc-debian-win64:20181107154313
stage: build
tags:
- debian
- docker
- amd64
- win64
script:
- wget -nv https://nightlies.videolan.org/build/contribs/vlc-contrib-x86_64-w64-mingw32-latest.tar.bz2
- tar xf vlc-contrib-x86_64-w64-mingw32-latest.tar.bz2
......@@ -64,9 +63,8 @@ build-win32:
image: registry.videolan.org/vlc-debian-win32:20181107151708
stage: build
tags:
- debian
- docker
- amd64
- win32
script:
- wget -nv https://nightlies.videolan.org/build/contribs/vlc-contrib-i686-w64-mingw32-latest.tar.bz2
- tar xf vlc-contrib-i686-w64-mingw32-latest.tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment