Skip to content

Commit

Permalink
Run tripal chado prepare job after job is created
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-a-s committed Jan 10, 2024
1 parent b17d5ed commit e4bed99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-tripal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ while true; do
fi
done
drush trp-prepare-chado --user="$drupal_user" --root="$DRUPAL_HOME"/"$drupalsitedir"
drush trp-run-jobs --username="$drupal_user" --root="$DRUPAL_HOME"/"$drupalsitedir"
drush cache-clear all --root="$DRUPAL_HOME"/"$drupalsitedir"

# Save current network configuration into a string
Expand Down

0 comments on commit e4bed99

Please sign in to comment.