Skip to content

Commit 2f04d00

Browse files
committed
ci: do not pipe empty line into secret
1 parent 39883a1 commit 2f04d00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
run: |
5656
for FILE in $(find stable -iname \*.enc); do
5757
helm secrets decrypt ${FILE} >| ${FILE%.enc}.yaml
58-
echo >> ${FILE%.enc}.yaml
5958
done
6059
6160
- name: Detect testing

0 commit comments

Comments
 (0)