mirror of https://github.com/mpv-player/mpv
TOOLS/travis-rebuild-website: update condition after docker transition
Closes #6822
This commit is contained in:
parent
a8c2e29868
commit
82ba31c636
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "x$LIBAV" != "xffmpeg-git" ] || [ "x$TRAVIS_OS_NAME" != "xlinux" ]; then
|
if [ "x$TARGET" != "xx86_64-w64-mingw32" ]; then
|
||||||
# trigger build only on one of the matrix nodes
|
# trigger build only on one of the matrix nodes
|
||||||
exit;
|
exit;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue