Skip to content

Commit

Permalink
AV-2069: Also install ckanext dependencies for ckan_cron in developer…
Browse files Browse the repository at this point in the history
… mode
  • Loading branch information
bzar committed Oct 12, 2023
1 parent def15f9 commit d285e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/scripts/entrypoint_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ done
if [[ "${DEV_MODE}" == "true" ]]; then
echo "entrypoint_cron - installing extensions because DEV_MODE = 'true' ..."
sudo -E ${SCRIPT_DIR}/install_extensions.sh
sudo -E ${SCRIPT_DIR}/install_extension_requirements.sh
fi

# apply templates
Expand Down

0 comments on commit d285e23

Please sign in to comment.