Skip to content

Commit c923cc0

Browse files
committed
CI: Update change_prefix.sh URL
1 parent 69130bc commit c923cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build-macos:
3131
- curl -sS -O https://artifacts.videolan.org/vlc/macos-x86_64/$CONTRIB_TARBALL
3232
- tar xf "$CONTRIB_TARBALL"
3333
- cd x86_64-apple-darwin19
34-
- curl -sS -o ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
34+
- curl -sS -o ./change_prefix.sh 'https://code.videolan.org/videolan/vlc/-/raw/master/contrib/src/change_prefix.sh'
3535
- chmod +x ./change_prefix.sh
3636
- ./change_prefix.sh
3737
- export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd -P`/lib/pkgconfig/"
@@ -56,7 +56,7 @@ build-win64:
5656
- wget -nv https://artifacts.videolan.org/vlc/win64/$CONTRIB_TARBALL
5757
- tar xf "$CONTRIB_TARBALL"
5858
- cd x86_64-w64-mingw32
59-
- wget -nv -O ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
59+
- wget -nv -O ./change_prefix.sh 'https://code.videolan.org/videolan/vlc/-/raw/master/contrib/src/change_prefix.sh'
6060
- chmod +x ./change_prefix.sh
6161
- ./change_prefix.sh
6262
- cd ..
@@ -80,7 +80,7 @@ build-win32:
8080
- wget -nv https://artifacts.videolan.org/vlc/win32/$CONTRIB_TARBALL
8181
- tar xf "$CONTRIB_TARBALL"
8282
- cd i686-w64-mingw32
83-
- wget -nv -O ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
83+
- wget -nv -O ./change_prefix.sh 'https://code.videolan.org/videolan/vlc/-/raw/master/contrib/src/change_prefix.sh'
8484
- chmod +x ./change_prefix.sh
8585
- ./change_prefix.sh
8686
- cd ..

0 commit comments

Comments
 (0)