Skip to content

[WEB-4722] Allow users to share with clinics using legacy share codes from merged clinics - #2027

Open
clintonium-119 wants to merge 2 commits into
release-1.100.1from
WEB-4722-merged-clinic-share-codes
Open

[WEB-4722] Allow users to share with clinics using legacy share codes from merged clinics#2027
clintonium-119 wants to merge 2 commits into
release-1.100.1from
WEB-4722-merged-clinic-share-codes

v1.100.1-web-4722-merged-clinic-share-codes.1

973ccf3
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 3, 2026 in 23m 57s

Build Passed

The build passed.

Details

This is a normal build for the v1.100.1-web-4722-merged-clinic-share-codes.1 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 Ruby
Operating System Linux (Jammy)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "addons": {
    "artifacts": {
      "region": "us-west-2",
      "paths": [
        "$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
      ],
      "target_paths": [
        "/"
      ]
    }
  },
  "services": [
    "docker"
  ],
  "script": [
    "docker build -t blip-test --target test .",
    "./artifact.sh"
  ]
}