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 debug from 4.2.0 to 4.3.1 in /docker/disk-usage-statistics #536

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

Bump debug from 4.2.0 to 4.3.1 in /docker/disk-usage-statistics

7543eee
Select commit
Loading
Failed to load commit list.
Open

Bump debug from 4.2.0 to 4.3.1 in /docker/disk-usage-statistics #536

Bump debug from 4.2.0 to 4.3.1 in /docker/disk-usage-statistics
7543eee
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 3, 2023 in 11m 55s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #536 Bump debug from 4.2.0 to 4.3.1 in /docker/disk-usage-statistics.
Any changes that have been made to the master branch before the build ran are also included.

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=--exclude=wp-media-folder --exclude=wpforms --exclude=wpforms-surveys-polls $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"
  ]
}