1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Implement delete for git sources

- add delete source git command
- add delete source git e2e test
This commit is contained in:
stefanprodan
2020-04-29 23:13:56 +03:00
parent 26afe9dffb
commit 6d590fe4d2
4 changed files with 110 additions and 4 deletions

View File

@@ -83,6 +83,9 @@ jobs:
- name: tk delete kustomization
run: |
./bin/tk delete kustomization podinfo --silent
- name: tk delete source git
run: |
./bin/tk delete source git podinfo --silent
- name: tk check
run: |
./bin/tk check