Skip to content

Commit

Permalink
abcd12
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Nov 6, 2023
1 parent 5ad7cde commit fef7499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
$MODIFY_YAML_SCRIPT "Chart.yaml" ".version" "$NEW_CHART_VERSION"
$MODIFY_YAML_SCRIPT "Chart.yaml" ".appVersion" "${REV_UNIQUE}-$GIT_COMMIT_ID"
$MODIFY_YAML_SCRIPT "Chart.yaml" ".description" "$GIT_COMMIT_MSG"
$MODIFY_YAML_SCRIPT "Chart.yaml" ".annotations.github.com/hash" "$GIT_COMMIT_ID"
$MODIFY_YAML_SCRIPT "Chart.yaml" ".annotations.github.com/run-url" "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
$MODIFY_YAML_SCRIPT "Chart.yaml" ".annotations.github.com\/hash" "$GIT_COMMIT_ID"
$MODIFY_YAML_SCRIPT "Chart.yaml" ".annotations.github.com\/run-url" "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
echo -e "\n\n--- Chart.yaml ---"
cat Chart.yaml
echo "--- Chart.yaml ---"
Expand Down

0 comments on commit fef7499

Please sign in to comment.