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

Add e2e test for create source cmd

This commit is contained in:
stefanprodan
2020-04-25 00:02:33 +03:00
parent 9cec671f6c
commit 63b58e7dad

View File

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