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

flywheel/fsl-superbet2:1.0.1_5.0.7 #797

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

flywheel/fsl-superbet2:1.0.1_5.0.7

f4bac13
Select commit
Loading
Failed to load commit list.
Open

flywheel/fsl-superbet2:1.0.1_5.0.7 #797

flywheel/fsl-superbet2:1.0.1_5.0.7
f4bac13
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 14, 2024 in 1m 29s

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 #797 flywheel/fsl-superbet2:1.0.1_5.0.7.
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"
  ]
}