Skip to content

Commit

Permalink
Fix git owner issue by chowning the bot directory
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jan 3, 2024
1 parent f43caaf commit 7297cda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/aws/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -euox pipefail

cd /var/lib/codedeploy-apps/HexBug

python3.11 -m venv venv #--clear
sudo chown -R object .

python3.11 -m venv venv
source venv/bin/activate
pip install -e ".[runtime,target-linux]"

0 comments on commit 7297cda

Please sign in to comment.