Skip to content

Commit

Permalink
Update install.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmarco committed Feb 26, 2024
1 parent e9ad3cf commit d8b7440
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions install.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Details about the install.yaml file are at https://ddev.readthedocs.io/en/latest/users/extend/additional-services/#sections-and-features-of-ddev-get-add-on-installyaml

name: addon-template
name: apache-tika

# pre_install_actions - list of actions to run before installing the addon.
# Examples would be removing an extraneous docker volume,
Expand All @@ -9,12 +9,12 @@ name: addon-template
pre_install_actions:
# Actions with #ddev-nodisplay will not show the execution of the action, but may show their output
# - |
# #ddev-nodisplay
#ddev-description:Check architecture type for incompatible arm64 type
# if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then
# echo "This package does not work on arm64 machines";
# exit 1;
#fi
# #ddev-nodisplay
#ddev-description:Check architecture type for incompatible arm64 type
# if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then
# echo "This package does not work on arm64 machines";
# exit 1;
#fi

# - "docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true"
#- |
Expand Down Expand Up @@ -58,7 +58,7 @@ pre_install_actions:
# if it hasn't been modified by the user.
# DDEV environment variables can be interpolated into these filenames
project_files:
- docker-compose.addon-template.yaml
- docker-compose.apache-tika.yaml
# - extra_files/
# - somefile.sh

Expand Down

0 comments on commit d8b7440

Please sign in to comment.