mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Hotfix v0.1.0 to make CI pass by ignoring ./vendor dir for copyright
This commit is contained in:
@@ -1 +1 @@
|
|||||||
v0.1.0
|
v0.1.1
|
||||||
|
@@ -111,7 +111,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "on-failure";
|
Restart = "no";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
|
|
||||||
ExecStart = "/bin/sh -c '${cfg.package}/bin/eko-server'";
|
ExecStart = "/bin/sh -c '${cfg.package}/bin/eko-server'";
|
||||||
|
@@ -22,7 +22,7 @@ LICENSE_HEADER_TEMPLATE="// Eko: A terminal-native social media platform
|
|||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>."
|
// along with this program. If not, see <https://www.gnu.org/licenses/>."
|
||||||
|
|
||||||
# List of paths to exclude (files or directories)
|
# List of paths to exclude (files or directories)
|
||||||
EXCLUDE_PATHS=("internal/data" "tools/test_rate_limit.go")
|
EXCLUDE_PATHS=("internal/data" "tools/test_rate_limit.go" "vendor")
|
||||||
|
|
||||||
MODIFIED=false
|
MODIFIED=false
|
||||||
CHECK_MODE=false
|
CHECK_MODE=false
|
||||||
|
Reference in New Issue
Block a user