Skip to content

Commit

Permalink
Remove caat.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Nov 20, 2024
1 parent 68a3675 commit 40001f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

echo "Parsing gitakc.json"
users="$(jq -r .userMap[][] userMap.json caat.json)"
echo "Parsing userMap.json"
users="$(jq -r .userMap[][] userMap.json)"

for user in ${users[@]}; do
echo "Fetching keys for $user..."
Expand Down
21 changes: 0 additions & 21 deletions caat.json

This file was deleted.

0 comments on commit 40001f5

Please sign in to comment.