Skip to content

Commit

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

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

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

0 comments on commit 94fded5

Please sign in to comment.