Make WordPress Core

Changeset 45885


Ignore:
Timestamp:
08/23/2019 01:55:28 AM (5 years ago)
Author:
pento
Message:

Build Tools: Pass the LOCAL_DIR environment variable through to the phpunit Docker container.

This allows code running inside the container to know whether it's supposed to be running in build or src.

See #47767.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r45800 r45885  
    9898      LOCAL_PHP_XDEBUG: ${LOCAL_PHP_XDEBUG-false}
    9999      LOCAL_PHP_MEMCACHED: ${LOCAL_PHP_MEMCACHED-false}
     100      LOCAL_DIR: ${LOCAL_DIR-src}
    100101      WP_MULTISITE: ${WP_MULTISITE-false}
    101102
Note: See TracChangeset for help on using the changeset viewer.