Make WordPress Core


Ignore:
Timestamp:
02/16/2023 03:48:26 AM (3 years ago)
Author:
helen
Message:

Build/Test Tools: Improve devcontainer setup for non-Codespaces usage

This now runs in local Docker as well. Sets the executable propset to explicitly identify install-tool.sh and setup.sh as executable. Unclear if this will sync via the Git mirror; ideally it would as otherwise the two files show as modified in a Git clone even in a fresh container.

Props samruddhikhandale.
See #57187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.devcontainer/setup.sh

    • Property svn:executable set to *
    r55303 r55353  
    33set -eux
    44
    5 if [ "${CODESPACE_NAME}" = "" ]; then
     5if [ -z ${CODESPACE_NAME+x} ]; then
    66    SITE_HOST="http://localhost:8080"
    77else
Note: See TracChangeset for help on using the changeset viewer.