https://github.com/argoproj/argo-cd
Raw File
Tip revision: 7af9dfb3524c13e941ab604e36e49a617fe47d2e authored by argo-bot on 02 September 2021, 17:58:03 UTC
Bump version to 2.1.2
Tip revision: 7af9dfb
.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