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

flywheel/bids-pre-curate:0.5.1 #799

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

flywheel/bids-pre-curate:0.5.1

f174279
Select commit
Loading
Failed to load commit list.
Open

flywheel/bids-pre-curate:0.5.1 #799

flywheel/bids-pre-curate:0.5.1
f174279
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 20, 2024 in 2m 39s

Build Passed

The build passed.

Details

This is a normal build for the flywheel/bids-pre-curate0.5.1-1 branch. You should be able to reproduce it by checking out the branch locally.

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"
  ]
}