updated github_generate_status_page.sh

pull/2/head
Hari Sekhon 5 years ago
parent 66eccce4cb
commit 2b02d8534b

@ -119,10 +119,9 @@ build_regex+='|dev\.azure\.com/.+/_apis/build/status'
build_regex+='|circleci\.com/.+\.svg'
build_regex+='|api\.shippable\.com/projects/.+/badge'
build_regex+='|appveyor\.com/api/projects/status'
build_regex+='|https://img.shields.io/bitbucket/pipelines/'
build_regex+='|https://api.shippable.com/projects/'
build_regex+='|https://g.codefresh.io/api/badges/pipeline/'
build_regex+='|https://app.wercker.com/status/'
build_regex+='|img\.shields\.io/bitbucket/pipelines/'
build_regex+='|g\.codefresh\.io/api/badges/pipeline/'
build_regex+='|app\.wercker\.com/status/'
if [ -n "${DEBUG:-}" ]; then
grep -E "$build_regex" "$tempfile" >&2 || :

Loading…
Cancel
Save