Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Update README.md #778

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

Update README.md

8dc75db
Select commit
Loading
Failed to load commit list.
Open

Update README.md #778

Update README.md
8dc75db
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 22, 2023 in 1m 9s

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 #778 Update README.md.
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.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "python": [
    "3.8"
  ],
  "env": [
    "global={:CLOUDSDK_CORE_DISABLE_PROMPTS=>\"1\"}"
  ],
  "services": [
    "docker"
  ],
  "cache": {
    "directories": [
      "$HOME/google-cloud-sdk"
    ]
  },
  "before_install": [
    "export BOTO_CONFIG=/dev/null",
    "gcloud version || true",
    "if [ ! -d \"$HOME/google-cloud-sdk/bin\" ]; then rm -rf $HOME/google-cloud-sdk; curl https://sdk.cloud.google.com | bash; fi",
    "source $HOME/google-cloud-sdk/path.bash.inc",
    "gcloud version"
  ],
  "install": [
    "pip install jsonschema",
    "pip install git+https://github.com/flywheel-io/gears.git"
  ],
  "script": [
    "git config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"",
    "git fetch --quiet",
    "if [ -z \"$TRAVIS_PULL_REQUEST_BRANCH\" ]; then git checkout $TRAVIS_BRANCH; else git checkout $TRAVIS_PULL_REQUEST_BRANCH || true; fi",
    "travis_wait 1440 bin/process-manifests.sh"
  ]
}