Skip to content

adds auth to all gets

b9d0287
Select commit
Loading
Failed to load commit list.
Open

adds auth to all gets #82

adds auth to all gets
b9d0287
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 9, 2025 in 1m 13s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #82 adds auth to all gets.
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 (Jammy)
Python Version 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.9"
  ],
  "sudo": false,
  "env": [
    "global={:PIPENV_IGNORE_VIRTUALENVS=>\"1\"}=GH_TOKEN=[secure]"
  ],
  "install": [
    "pip install pipenv",
    "pipenv install --dev --deploy --python `which python`",
    "pipenv graph"
  ],
  "script": [
    "pipenv run pytest -vv"
  ],
  "before_deploy": [
    "sed -i.bak \"s/=get_version()/='$TRAVIS_TAG'/g\" setup.py",
    "cat setup.py",
    "if [ $(python setup.py --version) == '0.0.0' ]; then travis_terminate 1; fi"
  ],
  "deploy": [
    {
      "provider": "pypi",
      "skip_existing": true,
      "skip_cleanup": true,
      "on": {
        "python": "3.9",
        "repo": "uc-cdis/indexclient",
        "tags": true
      },
      "password": {
        "secure": "IUxurRqEZXtpJUgP+dJsdmUogvhOHQu1yQHcnihKEkPgR8qqQpw91HiRA03wBOndrY6MM17REV06Bed0qO0ezIjfM20Ez5ZL9c8xao5FxcyvTAM9R43K7Ufa3Iqy3ZOXsbXsy9BCnw574zJD1WgdoZQnUVeIioF1xw9ELB+oIaE1rDGS09hHRIRTz++KKTwb9aqOEcMojcl98V7lQP3KVAgeWJ3YHjxZ1GZuk9RwL4dhX8aDEP8beA6Y7ihf/8X3j+ynQnHQAKpcMK5gz0JaXozXakKbA/fU+u4zLjYuCS5B2NB8qPCzg+yyrIdNTRBZJLo3tVix067acgue3JbKR0YjWP1vOqOg0tFjhPu+6zKcB1AvdiAddqhxnO5xJa8XDAsliOxyM+0eMp9Q9aMYAda3M4KM0N0+ZWwfFWem2pv+Ae0/d/CF1pY3p2gZYL6uSPn+I/9D0FNpIhqSSFd9g8M6QV36PGYZzwmch5pqf/Zzun4VFPYaf/cWlalz5zVtaQrU+8JLDzjevBnUv7wumif0HM8eb3dcLZxL6FShjs6r274idvVeI47q1E8I6Lec8UIIYkbBYqgrgiDl9nVt3lCE1kJ7biRuk9yIPAYz2a29Id8pf7wAPmZg1MK4t0niULvXDgGL9SfcOGyg1au5jL4PEJib7Ub7On0pB4Ut7kA="
      },
      "username": "uc-ctds"
    }
  ],
  "after_deploy": [
    "pipenv run pip install gen3git",
    "pipenv run gen3git release"
  ]
}