1
0
mirror of synced 2026-02-07 03:05:56 +00:00

Refactor create command

- move GitRepository operations to create source git
- update examples and e2e tests
This commit is contained in:
stefanprodan
2020-04-28 23:51:23 +03:00
parent ea048c71b1
commit c6793f6eaf
4 changed files with 295 additions and 279 deletions

View File

@@ -51,7 +51,9 @@ jobs:
./bin/tk install --manifests ./manifests/install/
- name: Run create source e2e tests
run: |
./bin/tk create source podinfo --git-url https://github.com/stefanprodan/podinfo-deploy --git-semver=">=0.0.1-rc.1 <0.1.0"
./bin/tk create source git podinfo \
--git-url https://github.com/stefanprodan/podinfo-deploy \
--git-semver=">=0.0.1-rc.1 <0.1.0"
- name: Debug failure
if: failure()
run: |