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

fix(Enterprise Management): re-gen service with latest API definition #323

Merged
merged 2 commits into from
Apr 24, 2024

minor fix

0b4bd0a
Select commit
Loading
Failed to load commit list.
Merged

fix(Enterprise Management): re-gen service with latest API definition #323

minor fix
0b4bd0a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 24, 2024 in 5m 37s

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 #323 Re-Generated the SDK using correct steps.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Go ENV OS State
2041.1 1.20.x GO111MODULE=on Linux passed
2041.2 1.21.x GO111MODULE=on Linux passed
2041.3 1.22.x GO111MODULE=on Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Jammy)
Go Versions 1.20.x, 1.21.x, 1.22.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "go": [
    "1.20.x",
    "1.21.x",
    "1.22.x"
  ],
  "notifications": {
    "email": [
      {
        "enabled": true
      }
    ]
  },
  "env": [
    "global={:GO111MODULE=>\"on\"}"
  ],
  "before_install": [
    "sudo apt-get update",
    "python -V"
  ],
  "install": [
    "curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.55.2",
    "curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin"
  ],
  "script": [
    "make travis-ci"
  ],
  "before_deploy": [
    "nvm install 18",
    "node --version",
    "npm --version",
    "npm install",
    "pip install --user bump2version"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "npm run semantic-release",
      "skip_cleanup": true,
      "on": {
        "go": "1.20.x",
        "branch": [
          "main"
        ]
      }
    }
  ]
}