This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Update bids-qsiprep #794
Open
Update bids-qsiprep #794
Travis CI / Travis CI - Pull Request
failed
Mar 6, 2024 in 1m 24s
Build Failed
The build failed. 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 #794 Update bids-qsiprep.
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"
]
}
Loading