Skip to content

Commit

Permalink
move node manager cloning and starting to the start script itself whe…
Browse files Browse the repository at this point in the history
…n creating node in e2e
  • Loading branch information
singhalkarun authored Jan 14, 2025
1 parent 299ebee commit 36dc1bf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions setup-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,3 @@ echo "Create a new docker network"
if ! sudo docker network inspect atominfra > /dev/null 2>&1; then
sudo docker network create --driver bridge atominfra
fi


echo "Setting up caddy and node-manager"

# Clone the Repository containing docker compose to start caddy and node manager
if [ ! -d "node-manager" ]; then
git clone https://github.com/atominfra/node-manager.git
fi

# Change directory to the cloned repository
cd node-manager

# Start the caddy server and node manager
sudo docker compose up -d

0 comments on commit 36dc1bf

Please sign in to comment.