Feature/issue 334 drs bulk requests #365
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
required action
Sep 25, 2023 in 32s
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 #365 Feature/issue 334 drs bulk requests.
Any changes that have been made to the develop 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 | Ruby |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"branches": {
"only": [
"master",
"develop",
"/^\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/",
"/^feature\\/issue-\\d+(-\\S*)?$/",
"/^release\\/\\d+\\.\\d+(\\.\\d+)?$/",
"/^release\\/(drs-)?\\d+\\.\\d+(\\.\\d+)?$/"
]
},
"jobs": {
"include": [
{
"stage": "build_docs",
"language": "node_js",
"node_js": "12",
"before_script": [
"npm install -g @redocly/openapi-cli && npm install -g redoc-cli",
"npm install -g @ga4gh/[email protected]"
],
"script": [
"gh-openapi-docs"
],
"deploy": [
{
"provider": "pages",
"strategy": "git",
"skip_cleanup": true,
"keep_history": true,
"on": {
"all_branches": true
},
"token": "$GITHUB_TOKEN"
}
]
}
]
}
}
Loading