Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 8, 2023
1 parent 3ae5bd4 commit 124ecdb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions clevercloud/review_app_after_succes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ if [ "$SKIP_FIXTURES" = true ] ; then
exit
fi

echo $HOME


#cd $APP_HOME
#source ../venv/bin/activate
source ~/venv/bin/activate
echo "Activate virtualenv"
#source ~/venv/bin/activate
source $HOME/venv/bin/activate

echo "Loading data"
python manage.py loaddata fixtures/validation_fixtures.json
Expand Down

0 comments on commit 124ecdb

Please sign in to comment.