https://github.com/argoproj/argo-cd
Raw File
Tip revision: 37f01f6f3242680c52df44fabe62db090fdf9c1d authored by argo-bot on 02 February 2022, 22:37:02 UTC
Bump version to 2.3.0-rc2
Tip revision: 37f01f6
.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