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

Update field metadata #641

Closed
wants to merge 2 commits into from

update field_metadata.json

520fd73
Select commit
Loading
Failed to load commit list.
Closed

Update field metadata #641

update field_metadata.json
520fd73
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 23, 2024 in 48s

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 #641 Update field metadata.
Any changes that have been made to the main 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 (Focal)
Python Version 3.10
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.10"
  ],
  "branches": {
    "only": [
      "main",
      "/^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
    ]
  },
  "install": [
    "pip install mkdocs==1.5.2 mkdocs-mermaid2-plugin==1.0.8"
  ],
  "script": [
    "mkdocs build"
  ],
  "deploy": [
    {
      "provider": "pages",
      "strategy": "git",
      "skip_cleanup": true,
      "local_dir": "/home/travis/build/molgenis/vip/site",
      "keep_history": true,
      "token": {
        "secure": "n9806rE/8HSKKzAXgC8fy7eVxtPT/TNnt/T8QIQumiseY5iU89OTkXm69fB+/C3h7l1feJABTyQQoXyH0nl57dbzlXrK/ZvK8U7abL0Pib9mP8tC1gKLDPqdsZgHABfCLUD1awemuKU8Q6TBYJfL0atQPcuK2NaAICUvRrtav/qdp3v7sGwL//7JRpHFaR+4KTCcjs1Si+S+fQuJ3J2KcKyoVD+4mctqeNYDiImUHQKEp09sb8S9a+VMFzQG7DTFjQA7N5ZVw6MLw2EhkKe8/oBiczPPRrTfxr4nGq0QXFT2zwkko7dyOXU+2RKxhfnm8YJKdTsRkUrfV7hbR/auWGVjW/B87tjYfryd+i9iCFjxf6jj7iOvQ7nIE7Y8boHf9ekTvBmTYUOJABJFvt2JJcgFonMHEiDs1b0JvLoz/I/0KtB0dH8c5vyCh3ULl/9V7tnOvrnSQdJwZAljGUgz2GmkckH3/qVRJIdDKG2keBnuVF2IxrU1kahu8krrkzwK9gSHFIxIgPczI8CRobnulUEqkwrhDd8DbcnSz/JrOLn4t/3eRGuy8xbBLVKgCZDAqZwhq5M7VyhMhE7KJnvoBedFZQHHtgSZKSsiBYomrk2CHonSlUHLOFBBmfV3OcT9gHrI060iL8buAtpShfZDM+AUmV1AKGlwqulAYIyYUkI="
      },
      "on": {
        "branch": [
          "main"
        ]
      }
    }
  ]
}