Bump path-to-regexp and express in /docker/monitoring-wpprobe #588
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"
]
}
Loading