Skip to content

Commit

Permalink
ci: fix issue that was caused by an old yq 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Aug 2, 2023
1 parent 7d81020 commit b21e97d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .hook/sort-talismanrc.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

yq -y -i '.fileignoreconfig |= sort_by(.filename)' .talismanrc
yq -i '.fileignoreconfig |= sort_by(.filename)' .talismanrc
2 changes: 0 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ fileignoreconfig:
checksum: b31b2ed998237c77a6cd3501ce4231c2cbe15a2aca68db8715f4f43f9fc7e01c
- filename: manager/store/inmemory/cert_test.go
checksum: 535591f9b2a347dd1fc00f07aa3742660c96a636dae8f724c9e2842e09b95356
- filename: scripts/generate-tls-cert.sh
checksum: eab0c50edc72d8a53c2a2d0c4238924f9705666dc962a344384d793a501dea50
scopeconfig:
- scope: go
version: ''

0 comments on commit b21e97d

Please sign in to comment.