Skip to content
Snippets Groups Projects
Commit c45b439b authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

CI: fix contribs not rebuilt if prebuilt failed

Regression from db5a4b06
parent ebc27c6e
No related branches found
No related tags found
1 merge request!2769CI: fix Debian contribs not rebuilt if prebuilt failed
Pipeline #280148 passed with stage
in 32 minutes and 49 seconds
......@@ -266,6 +266,8 @@ debian:
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"
make prebuilt PREBUILT_URL="${VLC_PREBUILT_CONTRIBS_URL}" || PREBUILT_FAILED=yes
else
PREBUILT_FAILED=yes
fi
if [ -n "$PREBUILT_FAILED" ]; then
make list
......
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