mirror of https://github.com/zulip/zulip.git
lint: Update ShellCheck to 0.6.0.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
9c8eeaed85
commit
149132348f
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
version=0.5.0
|
||||
version=0.6.0
|
||||
|
||||
if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
|
||||
version: $version
|
||||
|
|
|
@ -8,7 +8,7 @@ function error_out {
|
|||
}
|
||||
|
||||
status=$(git status --porcelain | grep -v '^??')
|
||||
[ ! -z "$status" ] && error_out "Working directory or index not clean"
|
||||
[ -n "$status" ] && error_out "Working directory or index not clean"
|
||||
|
||||
old_ref=$(git rev-list --max-count=1 HEAD)
|
||||
branch=$1
|
||||
|
|
|
@ -11,4 +11,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-relea
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '26.17'
|
||||
PROVISION_VERSION = '26.18'
|
||||
|
|
Loading…
Reference in New Issue