Make WordPress Core

Changeset 46320 for trunk/.travis.yml


Ignore:
Timestamp:
09/26/2019 04:57:38 AM (5 years ago)
Author:
pento
Message:

Build Tools: Pass the current uid/gid to Docker containers.

This prepares for an upcoming change to the Docker images, which improves file permission handling.

See #47767.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r46290 r46320  
    2121    - NPM_INSTALL: true
    2222    - WP_INSTALL: true
     23    - PHP_FPM_UID: "`id -u`"
     24    - PHP_FPM_GID: "`id -g`"
    2325
    2426matrix:
Note: See TracChangeset for help on using the changeset viewer.