mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-13 07:30:06 +00:00
Refactor create command
- move GitRepository operations to create source git - update examples and e2e tests
This commit is contained in:
parent
ea048c71b1
commit
c6793f6eaf
4 changed files with 295 additions and 279 deletions
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue