Skip to content

Commit 6026ac6

Browse files
committed
Merge pull request #4553 from mboersma/update-shellcheck
chore(tests): update shellcheck to 0.4.1
2 parents bc33750 + a50b0ef commit 6026ac6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

controller/bin/boot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ etcd_safe_mkdir /deis/services
6565
echo "controller: running etcd data migrations..."
6666
for script in /app/migrations/data/*.sh;
6767
do
68+
# shellcheck disable=SC1090
6869
. "$script";
6970
done
7071
echo "controller: done running etcd data migrations."

tests/bin/setup-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if ! shellcheck -V &> /dev/null; then
7878
apt-get install -yq cabal-install
7979
cabal update
8080
pushd /tmp
81-
git clone --branch v0.3.8 --single-branch https://github.com/koalaman/shellcheck.git
81+
git clone --branch v0.4.1 --single-branch https://github.com/koalaman/shellcheck.git
8282
pushd shellcheck
8383
cabal install --global
8484
popd +2

0 commit comments

Comments
 (0)