Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 334 drs bulk requests #365

Merged
merged 43 commits into from
Sep 25, 2023

adding better description of variables

6f29332
Select commit
Loading
Failed to load commit list.
Merged

Feature/issue 334 drs bulk requests #365

adding better description of variables
6f29332
Select commit
Loading
Failed to load commit list.
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"
          }
        ]
      }
    ]
  }
}