-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #864 from UN-OCHA/release-versions/v1.6.4
release versions/v1.6.4
- Loading branch information
Showing
71 changed files
with
2,487 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/env bash | ||
|
||
## Cleanup the solr core data. | ||
|
||
# Environment variables passed from fin: | ||
# | ||
# $PROJECT_ROOT - (string) absolute path to NEAREST .docksal folder | ||
# $VIRTUAL_HOST - (string) ex. projectname.docksal | ||
# $DOCROOT - name of the docroot folder | ||
# $DOCKER_RUNNING - (string) "true" or "false" | ||
# $SOLR_HOST -- (string) the hostname | ||
# $SOLR_PORT -- (integer) the port | ||
# $SOLR_CORE -- (string) the core name | ||
|
||
fin exec --in=solr "solr delete -c $SOLR_CORE -p $SOLR_PORT" |
Oops, something went wrong.