We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e2eb2b + d17125b commit 6fc79f7Copy full SHA for 6fc79f7
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