https://github.com/argoproj/argo-cd
Raw File
Tip revision: 1287d24bfe47bcaa6e791e5ff12fa1c1bf57a442 authored by argo-bot on 21 June 2022, 16:28:23 UTC
Bump version to 2.3.5
Tip revision: 1287d24
.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