Skip to content

Commit 4b86cfb

Browse files
helgimboersma
authored andcommitted
fix(migrations): remove etcd migration code from boot
1 parent afc0a61 commit 4b86cfb

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

rootfs/bin/boot

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ etcd_safe_mkdir /deis/services
6464
etcd_safe_mkdir /deis/platform
6565
ETCD_PATH=/deis/platform etcd_set_default domain localhost
6666

67-
# run etcd data migrations
68-
echo "controller: running etcd data migrations..."
69-
for script in /app/migrations/data/*.sh;
70-
do
71-
# shellcheck disable=SC1090
72-
. "$script";
73-
done
74-
echo "controller: done running etcd data migrations."
75-
7667
# wait for confd to run once and install initial templates
7768
until confd -onetime -node "$ETCD" --confdir /app --log-level error; do
7869
echo "controller: waiting for confd to write initial templates..."

0 commit comments

Comments
 (0)