Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
rnsrk committed Dec 17, 2024
1 parent 5cb9168 commit 6d9f3ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ else
echo -e "\033[0;32mWISSKI DEFAULT ONTOLOGY IMPORTED.\033[0m\n"
}
{
if [ "${FLAVOUR}" == "fruity" ]; then
drush config:delete core.entity_form_display.wisski_individual.b3f2003dbc2f46de7270ab8ccc06d193.default
drush config:delete core.entity_view_display.wisski_individual.b3f2003dbc2f46de7270ab8ccc06d193.default
fi
composer require soda-collection-objects-data-literacy/wisski_${FLAVOUR}:dev-main
composer unpack soda-collection-objects-data-literacy/wisski_${FLAVOUR}
drush recipe ../recipes/wisski_${FLAVOUR}
Expand Down

0 comments on commit 6d9f3ca

Please sign in to comment.