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 94fded5 commit 3ae5bd4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions clevercloud/review_app_after_succes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ if [ "$SKIP_FIXTURES" = true ] ; then
exit
fi

cd $APP_HOME
source ../venv/bin/activate
echo $HOME


#cd $APP_HOME
#source ../venv/bin/activate
source ~/venv/bin/activate

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

0 comments on commit 3ae5bd4

Please sign in to comment.