Skip to content

Commit

Permalink
Updating migration
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Apr 24, 2024
1 parent 3877e2d commit 1a331f8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scripts/migrations/v0.10.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,4 @@ function migrate_v_0_10_0() {
}
}
}}' $ROOT_PATH/euclid.json >$ROOT_PATH/temp.json && mv $ROOT_PATH/temp.json $ROOT_PATH/euclid.json


echo_yellow "Updating ansible"
cd $INFRA_PATH
if [ ! -d "euclid-development-environment" ]; then
git clone --quiet https://github.com/Constellation-Labs/euclid-development-environment.git
fi

rm -r $INFRA_PATH/ansible
mv $INFRA_PATH/euclid-development-environment/infra/ansible $INFRA_PATH

cd $ROOT_PATH

echo_green "Updated"
}

0 comments on commit 1a331f8

Please sign in to comment.