最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

wordpress - wp-env fails in GitLab CI with “YIKES! It looks like you’re running this as root” - Stack Overflow

programmeradmin3浏览0评论

I’m trying to run wp-env in a GitLab CI pipeline using Docker, but I’m running into an issue where WP-CLI blocks execution because it’s running as root.

Here is my current .gitlab-ci.yml config:

image: docker:24.0.7

services:
  - docker:24.0.7-dind

variables:
  DOCKER_HOST: tcp://docker:2375
  DOCKER_TLS_CERTDIR: ""

before_script:
  - apk add --no-cache nodejs npm git
  - npm install -g @wordpress/env

stages:
  - test

wp_env_test:
  stage: test
  script:
    - wp-env start
发布评论

评论列表(0)

  1. 暂无评论