Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
8ball030 authored Oct 6, 2023
1 parent aec2f4a commit 8db31ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployments/Dockerfiles/autonomy/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ echo "Loading $AEA_AGENT"
aea fetch $AEA_AGENT --alias agent || exit 1
cd agent

echo "Installing the necessary dependencies!"
aea install || exit 1

echo "Building the deployment"
aea build || exit 1

echo "Installing the necessary dependencies!"
aea install || exit 1

echo "Successfully built the agent"

cd ..
cd ..

0 comments on commit 8db31ee

Please sign in to comment.