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

generative background replace action, fix import #56

Merged
merged 1 commit into from
Jul 8, 2024

generative background replace action, fix import

31836c6
Select commit
Loading
Failed to load commit list.
Merged

generative background replace action, fix import #56

generative background replace action, fix import
31836c6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jul 8, 2024 in 1m 16s

Build Errored

The build errored.

Details

This is a normal build for the background-replace-fix-import branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
294.1 12 Linux errored
294.2 14 Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 12, 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "12",
    "14"
  ],
  "script": [
    "npm run lint",
    "npm run test"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "sdk_developers@cloudinary.com"
        ]
      }
    ]
  }
}