Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump path-to-regexp and express in /docker/monitoring-wpprobe #588

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump path-to-regexp and express in /docker/monitoring-wpprobe

bb89ac6
Select commit
Loading
Failed to load commit list.
Open

Bump path-to-regexp and express in /docker/monitoring-wpprobe #588

Bump path-to-regexp and express in /docker/monitoring-wpprobe
bb89ac6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 7, 2024 in 9m 40s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/npm_and_yarn/docker/monitoring-wpprobe/multi-6bc014718a branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "env": [
    "global={:GITHUB_API_USER=>\"domq\"}=GITHUB_API_TOKEN=[secure]"
  ],
  "services": [
    "docker"
  ],
  "script": [
    "set -e -x\n\nwp_base_branch_build_arg=\nmgmt_build_args=\nif [ -n \"$TRAVIS_BRANCH\" ]; then\n  wp_base_branch_build_arg=\"--manifest-url=https://raw.githubusercontent.com/epfl-si/wp-ops/$TRAVIS_BRANCH/ansible/roles/wordpress-instance/tasks/plugins.yml\"\n  mgmt_build_args=\"--build-arg WP_OPS_BRANCH=$TRAVIS_BRANCH\"\nfi\ndocker build \\\n   --build-arg \"GITHUB_API_USER=${GITHUB_API_USER}\"           \\\n   --build-arg \"GITHUB_API_TOKEN=${GITHUB_API_TOKEN}\"         \\\n   --build-arg \"INSTALL_AUTO_FLAGS=$wp_base_branch_build_arg\" \\\n   -t docker-registry.default.svc:5000/wwp-test/wp-base docker/wp-base\ndocker build $mgmt_build_args \\\n   -t docker-registry.default.svc:5000/wwp-test/mgmt docker/mgmt\nfor docker_dir in $(find docker -mindepth 1 -maxdepth 1 -type d \\\n                    | grep -v wp-base | grep -v mgmt | xargs -t -n 1); do\n  docker build \"$docker_dir\"\ndone"
  ]
}