https://github.com/argoproj/argo-cd
Raw File
Tip revision: 903db5fe464032bd5a10bf32fe17639e76634c2a authored by argo-bot on 21 June 2022, 16:19:26 UTC
Bump version to 2.1.16
Tip revision: 903db5f
.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