https://github.com/argoproj/argo-cd
Raw File
Tip revision: 8db0e57b738ff5b0b276031573576fdc3498c04f authored by argo-bot on 21 June 2022, 16:27:37 UTC
Bump version to 2.2.10
Tip revision: 8db0e57
.gitpod.yml
image:
  file: .gitpod.Dockerfile

tasks:
  - init: make mod-download-local dep-ui-local && GO111MODULE=off go get github.com/mattn/goreman
    command: make start-test-k8s
back to top