Skip to content

Commit

Permalink
Merge remote-tracking branch 'jBouyoud/master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 12, 2020
2 parents 4012dac + 345cc81 commit 5db555c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/03-cli.bats
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ load 'test-helper'
run stat "$HELM_GIT_OUTPUT/cert-manager-v0.5.2.tgz"
[ $status = 0 ]
}

@test "fetch tests/fixtures/example-chart/values.yaml" {
run helm_init "$HELM_HOME"
url="git+https://github.com/aslafy-z/helm-git@tests/fixtures/example-chart/values.yaml?ref=master"
$HELM_GIT_DIRNAME/helm-git "" "" "" "$url" 2>/dev/null > "$HELM_GIT_OUTPUT/values.yaml"
[ $? = 0 ]
run stat "$HELM_GIT_OUTPUT/values.yaml"
[ $status = 0 ]
}

0 comments on commit 5db555c

Please sign in to comment.