You are here

php-drupal9.sh in Realistic Dummy Content 3.x

#!/bin/bash
#
# Check for code incompatible with Drupal 9.
#
set -e

echo "=> Fail if non-Drupal 9 code is present in codebase"
docker run --rm -v "$(pwd)":/var/www/html/modules/realistic_dummy_content dcycle/drupal-check:1 realistic_dummy_content/api/src

File

scripts/php-drupal9.sh
View source
  1. #!/bin/bash
  2. #
  3. # Check for code incompatible with Drupal 9.
  4. #
  5. set -e
  6. echo "=> Fail if non-Drupal 9 code is present in codebase"
  7. docker run --rm -v "$(pwd)":/var/www/html/modules/realistic_dummy_content dcycle/drupal-check:1 realistic_dummy_content/api/src