We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1df93 commit 96476afCopy full SHA for 96476af
1 file changed
.github/workflows/import-to-elasticsearch.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
for i in 1 2 3
76
do
77
- curl -sS ${{ secrets.ELASTICSEARCH_URL2 }}/latest-$(nix eval --raw --file ./version.nix import)-nixos-${{ matrix.channel }}/_search | jq -c '.took // .'
+ curl -sS ${{ secrets.ELASTICSEARCH_URL2 }}/latest-$(nix eval --raw --file ./version.nix import)-nixos-${{ matrix.channel }}/_search | jq -ce '.took // error'
78
done
79
80
- name: Create issue if failed
0 commit comments