Skip to content

Commit

Permalink
Fix broken porch cli e2e tests (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Jun 9, 2022
1 parent 99aeadc commit 2d57bda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/testdata/porch/rpkg-get/config.yaml
Expand Up @@ -17,6 +17,7 @@ commands:
NAME PKG REPO REV
test-blueprints-9626794e984ff13c9a4c64df5af0f15ec3a146bf basens test-blueprints main
test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens test-blueprints v1
test-blueprints-499689d1e0c6fced058158330d922c004367d6cd basens test-blueprints v2
test-blueprints-58fffeb908ead18e2c05c873e61bff11a5292963 empty test-blueprints main
test-blueprints-e78ee77d9560703561c2656c97c77e9abb8c4c53 empty test-blueprints v1
- args:
Expand All @@ -27,7 +28,7 @@ commands:
- test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597
stdout: |
NAME PACKAGE REVISION LATEST LIFECYCLE REPOSITORY
test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens v1 true Published test-blueprints
test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens v1 false Published test-blueprints
- args:
- alpha
- rpkg
Expand All @@ -37,4 +38,5 @@ commands:
stdout: |
NAME PACKAGE REVISION LATEST LIFECYCLE REPOSITORY
test-blueprints-9626794e984ff13c9a4c64df5af0f15ec3a146bf basens main false Published test-blueprints
test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens v1 true Published test-blueprints
test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens v1 false Published test-blueprints
test-blueprints-499689d1e0c6fced058158330d922c004367d6cd basens v2 true Published test-blueprints

0 comments on commit 2d57bda

Please sign in to comment.