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

dtm verify results show that some tools are not healthy, but can't get more detail #253

Closed
imxw opened this issue Mar 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@imxw
Copy link
Member

imxw commented Mar 2, 2022

Describe the Bug

dtm version: dtm-darwin-arm64 0.2.0
OS: MacOS M1
config file:

---
tools:
- name: golang-demo-repo
  plugin:
    kind: github-repo-scaffolding-golang
    version: 0.2.0
  options:
    owner: ironcore864
    # will also be used as application name
    repo: golang-demo
    branch: main
    image_repo: ironcore864/golang-demo
- name: golang-demo-app
  plugin:
    kind: githubactions-golang
    version: 0.2.0
  options:
    owner: ironcore864
    repo: golang-demo
    language:
      name: go
      version: "1.17"
    branch: main
    build:
      enable: True
    test:
      enable: True
      coverage:
        enable: True
    docker:
      enable: True
- name: go-hello-world-gitlab-ci
  plugin:
    kind: gitlabci-golang
    version: 0.2.0
  options:
    pathWithNamespace: ironcore864/golang-demo
    branch: main
- name: devlake
  plugin:
    kind: devlake
    version: 0.2.0

How to Reproduce

$ dtm init
$ dtm verify

Screenshots

image

@imxw imxw added the bug Something isn't working label Mar 2, 2022
@imxw imxw closed this as completed Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant