We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614f456 commit d17125bCopy full SHA for d17125b
1 file changed
bin/boot
@@ -65,6 +65,7 @@ etcd_safe_mkdir /deis/services
65
echo "controller: running etcd data migrations..."
66
for script in /app/migrations/data/*.sh;
67
do
68
+ # shellcheck disable=SC1090
69
. "$script";
70
done
71
echo "controller: done running etcd data migrations."
0 commit comments