aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-05-15 22:33:11 +0200
committerGitHub <noreply@github.com>2019-05-15 22:33:11 +0200
commit51d0a44b3090d8975ab621955b075a555b41066a (patch)
tree55bf7ccfecd7c94fa538d509b739c0fa7c80b9a6
parent51143a95e70fe0c4a906ba5236ef296bc89a7b11 (diff)
parentbc35b59fc7602b1bd8cc54b68ccc8b4459f24ac3 (diff)
downloadnextcloud-server-51d0a44b3090d8975ab621955b075a555b41066a.tar.gz
nextcloud-server-51d0a44b3090d8975ab621955b075a555b41066a.zip
Merge pull request #15552 from nextcloud/update-ca-bundle-checker
Update ca bundle checker
-rwxr-xr-xbuild/ca-bundle-checker.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/ca-bundle-checker.sh b/build/ca-bundle-checker.sh
index 8c8528c2343..6af762e2e37 100755
--- a/build/ca-bundle-checker.sh
+++ b/build/ca-bundle-checker.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
-echo
-if [[ -n ${DRONE_COMMIT_REFSPEC} && ! ${DRONE_COMMIT_REFSPEC} =~ version\/noid\/.+ ]]; then
+if [[ -n ${DRONE_SOURCE_BRANCH} && ! ${DRONE_SOURCE_BRANCH} =~ version(\/noid)?\/([0-9.]+) ]]; then
echo "Skip CA bundle check"
exit 0
fi