swh:1:snp:2ea44c7c86241d081851907e778a41260304d898
Raw File
Tip revision: 4803dfac1d45ec18df4c8a05de7a28b8e041ba7c authored by argo-bot on 22 March 2022, 22:48:03 UTC
Bump version to 2.1.13
Tip revision: 4803dfa
.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