https://github.com/argoproj/argo-cd
Raw File
Tip revision: 402da6f64cdbf4e9615acb3bf38d7342744ca871 authored by argo-bot on 29 July 2022, 14:48:08 UTC
Bump version to 2.3.7
Tip revision: 402da6f
.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