Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1603 from ec-europa/ISAICP-5231
Browse files Browse the repository at this point in the history
5231: Add cache rebuild just before importing SPDX entities
  • Loading branch information
idimopoulos authored Apr 18, 2019
2 parents 8143380 + 15c7072 commit 75ba15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/update_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ touch disable-config-readonly
./vendor/bin/drush cache:clear bin config --yes &&
./vendor/bin/drush updatedb --yes &&
./vendor/bin/drush cs-update --discard-overrides --yes &&
./vendor/bin/drush cache:rebuild --yes &&
./vendor/bin/drush spdx:import --clean --yes "http://joinup.eu/spdx_licence/published" &&
./vendor/bin/drush search-api:reset-tracker --yes &&
./vendor/bin/drush cache-rebuild --yes &&
./vendor/bin/drush cache:rebuild --yes &&

echo "Rebuilding node access records." &&
./vendor/bin/drush php:eval "if(node_access_needs_rebuild()) { node_access_rebuild(); }"
Expand Down

0 comments on commit 75ba15b

Please sign in to comment.