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

3361 remove classic aotf aggs data #344

Open
wants to merge 2 commits into
base: release_24-09
Choose a base branch
from

update Configuration and puml

0166ea2
Select commit
Loading
Failed to load commit list.
Open

3361 remove classic aotf aggs data #344

update Configuration and puml
0166ea2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jul 4, 2024 in 14m 9s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a normal build for the 3361_remove_classic_aotf_aggs_data 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 Scala
Operating System Linux (Trusty)
Scala Version 2.12.12
JDK Version oraclejdk11
Build Configuration
{
  "language": "scala",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "scala": [
    "2.12.12"
  ],
  "jdk": [
    "oraclejdk11"
  ],
  "script": [
    "sbt ++$TRAVIS_SCALA_VERSION scalafmtCheckAll",
    "sbt ++$TRAVIS_SCALA_VERSION clean compile",
    "sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport",
    "sbt ++$TRAVIS_SCALA_VERSION 'set test in assembly := {}' assembly"
  ],
  "before_deploy": [
    "git config --local user.name \"opentargets-admin\"",
    "git config --local user.email \"[email protected]\""
  ],
  "deploy": [
    {
      "provider": "releases",
      "skip_cleanup": true,
      "file_glob": true,
      "file": [
        "target/scala-2.12/io-opentargets-etl-backend-assembly-*"
      ],
      "on": {
        "repo": "opentargets/platform-etl-backend",
        "tags": true,
        "all_branches": false
      },
      "token": "$GITHUB_TOKEN"
    }
  ]
}