Skip to content

Commit

Permalink
Returning updating-ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Apr 24, 2024
1 parent d3145a6 commit c589a89
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/migrations/v0.10.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,18 @@ 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 c589a89

Please sign in to comment.