Browse Source

Remove whitespace

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/15552/head
Daniel Kesselberg 7 years ago
parent
commit
bc35b59fc7
No known key found for this signature in database GPG Key ID: 36E3664E099D0614
  1. 2
      build/ca-bundle-checker.sh

2
build/ca-bundle-checker.sh

@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [[ -n ${DRONE_SOURCE_BRANCH} && ! ${DRONE_SOURCE_BRANCH} =~ version(\/noid)?\/([0-9.]+) ]]; then
if [[ -n ${DRONE_SOURCE_BRANCH} && ! ${DRONE_SOURCE_BRANCH} =~ version(\/noid)?\/([0-9.]+) ]]; then
echo "Skip CA bundle check"
exit 0
fi

Loading…
Cancel
Save