2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

repo: Revert CI changes

This commit is contained in:
Dylan Araps 2020-01-23 18:44:02 +02:00
parent 1e33ac8a59
commit 818abe26df
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 0 additions and 14 deletions

View File

@ -13,8 +13,3 @@ jobs:
run: |
shopt -s nullglob
shellcheck */*/build */*/post-install
.github/workflows/maintainers
- uses: actions/upload-artifact@v1
with:
name: maintainers
path: ./maintainers

View File

@ -1,9 +0,0 @@
#!/bin/sh -e
for file in */*/version; do
pkg=${file%/*}
# author=$(git log -1 --format="tformat:%an %ae" "$file")
author="Dylan Araps dylan.araps@gmail.com"
printf '%s\t%s\n' "$pkg" "$author"
done > maintainers