Skip to content

Commit

Permalink
fix!:add repo validation (#72)
Browse files Browse the repository at this point in the history
* fix: remove unused parameter

* fix: add default value to parameter

* fix: add validation to run helm repo add command

* ci: edit tests

* fix: remove unused test

* fix: remove unused test
  • Loading branch information
brivu authored Sep 13, 2023
1 parent ce6a016 commit 781a5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
add_repo: << parameters.add_repo >>
chart: << parameters.chart >>
release_name: << parameters.release_name >>
helm_version: << parameters.helm_version >>
helm_version: << parameters.helm_version >> # test specifying no_output_timeout
debug: << parameters.debug >>
# test specifying no_output_timeout
no_output_timeout: 25m
Expand Down

0 comments on commit 781a5fd

Please sign in to comment.