https://github.com/argoproj/argo-cd
Raw File
Tip revision: 19ec34e134cac5e693ddd5f56844a946e6e1d44b authored by argo-bot on 03 October 2022, 20:44:25 UTC
Bump version to 2.4.13
Tip revision: 19ec34e
.gitpod.yml
image:
  file: .gitpod.Dockerfile

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