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

Add register_docker, --force and ENV vars for defaults #6

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

🔧 command optional; support --no-home; add --environment

a663307
Select commit
Loading
Failed to load commit list.
Open

Add register_docker, --force and ENV vars for defaults #6

🔧 command optional; support --no-home; add --environment
a663307
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed May 30, 2024 in 6m 28s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #6 Add register\_docker, --force and ENV vars for defaults.
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 Python
Operating System Linux (Xenial)
Python Version 3.6
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "python": [
    "3.6"
  ],
  "services": [
    "docker"
  ],
  "install": [
    "pip install -U codecov"
  ],
  "script": [
    "sudo bash test-container.sh"
  ],
  "after_success": [
    "codecov"
  ],
  "deploy": [
    {
      "provider": "pypi",
      "distributions": "sdist bdist_wheel",
      "password": {
        "secure": "xe2TkzM94LCBTkSu+SXXXXHZtMVcVSVurHuZoH/iB+obuTj/3rcUtDkuACb0IsU4egy0PdMmXtPTaVTbnXafkqFzaPG47UuTdf5HgecIncwWCCTobe0UZP1mKIZ6efx4MTrrgMtHA8b4bSxVXKk6BkzqBNJcIilkHoXZgwYm0KSoIztaCrUvO3q2ts8TD7KcKD5jPTKEn4ACr6D07Of8F9q7Dk9ypMVeFbC+DzCEadDaoSzTnn5Bvk92FSqY8XPWrzDYSAzaVrn/VnJ2h8rwRwQOlBtH+CMt+Zuew05EtoGGO1C098kEQNHNJwcba+l7lPAcmHNiazwVXDMPhrkFSAj+O1qiq5D9FFylWVRZ/RJegs5MHTaoUc87pPQ+vuQkHzJmifiIhxnMc747fbJPwxbPeGGOLhsnHaZ2y7lSyyM5VyaSDMpv3E6pGFal6GHV9MwbvQJbunyg7dHKgC7zopO6wl+H2Ce/LJcR9fnpsIRUWFHUol6vhTSI3ikuHP/Z+egaVsUIP/6s/HuDqkcgfQh/fbrL5zy/FwAQYiZCus3gKnBTpP5enh7p7V+kydCOp/yIKHDdgndIbvnGtizlS3Pz+a6GiGSIQ9EmDnTAeYv0NaylrKtokVA44mAJFXb6cEGGoiasbQnEyT4Ul32SczB/uuIbBf2F7S9LA0msPNo="
      },
      "on": {
        "tags": true,
        "repo": "papaemmelab/register_apps",
        "python": "3.6",
        "branch": [
          "master"
        ]
      },
      "username": "papaemmelab"
    }
  ]
}