summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2018-11-05 07:58:36 +0100
committerEdward Hervey <bilboed@bilboed.com>2018-11-05 14:26:04 +0100
commita11df2dc7598f13ac4683b453d0580b82ee6c95c (patch)
tree146b314252967504a98e4ab0fe0cceee18d78d24
parentf816f3f71f513b5cf36a5fb970e9e718f2dd71f5 (diff)
ci-build: Remove check-bugs for now1.14
Will re-add it once the script has been ported to support gitlab
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 2fe8e36..f6ac429 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -356,7 +356,7 @@ beach()
build "gst-editing-services"
cd $WORKSPACE
mkdir -p "validate-output"
- gst-validate-launcher $VALIDATE_MODULES --shuffle -fs -m -n --check-bugs --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml --http-server-port $VALIDATE_HTTP_PORT
+ gst-validate-launcher $VALIDATE_MODULES --shuffle -fs -m -n --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml --http-server-port $VALIDATE_HTTP_PORT
fi
echo