Skip to content

Commit

Permalink
composite
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexsJones committed Jan 4, 2022
1 parent c801858 commit 0ab96be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ runs:
shell: bash
- run: |
export DATREE_TOKEN="${{ inputs.datree_token }}"
helm datree test ${{ inputs.chart_directory }} --ignore-missing-schemas -- --values ${{ inputs.chart_directory }}/${{ inputs.values_file }} || true
result=$?
echo "::set-output name=result::$result"
helm datree test ${{ inputs.chart_directory }} --ignore-missing-schemas -- --values ${{ inputs.chart_directory }}/${{ inputs.values_file }}
echo "::set-output name=result::$?"
shell: bash

0 comments on commit 0ab96be

Please sign in to comment.