Skip to content

Commit

Permalink
chore: rm sed
Browse files Browse the repository at this point in the history
  • Loading branch information
adit-bala committed Feb 23, 2025
1 parent 8e1e45d commit 99d72bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
--install \
--namespace=bt \
--set host=stanfurdtime.com \
--version 1.0.0 2>&1 | sed '/helm.sh\/chart/d' | tee /dev/stderr
--version 1.0.0 2>&1 | tee /dev/stderr
echo "=== END DEBUG ==="
# Process diff output, filtering out chart version differences
Expand All @@ -112,7 +112,7 @@ jobs:
--install \
--namespace=bt \
--set host=stanfurdtime.com \
--version 1.0.0 2>&1 | sed '/helm.sh\/chart/d' | process_diff
--version 1.0.0 2>&1 | process_diff
# Save the diff output as a step output using a unique delimiter
delim=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
Expand Down

0 comments on commit 99d72bc

Please sign in to comment.