From b09c98e1aa2d4edc0a2aac217447f3442ba4602f Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 19 Jan 2021 14:45:48 +0100
Subject: [PATCH] Remove `.github`-directory from releases

Commit 1edc1264 replaced Travis CI with GitHub Actions. These are
configured through the `.github` directory.
---
 bin/build-release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/build-release.sh b/bin/build-release.sh
index 76fbd2591..9ae7eac0e 100755
--- a/bin/build-release.sh
+++ b/bin/build-release.sh
@@ -60,6 +60,7 @@ rm -rf "$TARGET/node_modules"
 rm "$TARGET/www/assets/js/stylesheet.js"*
 rm "$TARGET/.editorconfig"
 rm "$TARGET/.gitattributes"
+rm -r "$TARGET/.github"
 rm "$TARGET/.php_cs.dist"
 rm "$TARGET/codecov.yml"
 rm "$TARGET/psalm.xml"
-- 
GitLab