From 2fe3898756bed738b3a94a2e40f3a21051c65484 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Sun, 31 Mar 2024 16:38:59 +0300 Subject: [PATCH] #8. add yaml --- .gitea/pkgdashcli.yaml | 11 +++++++++++ .gitignore | 5 +---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .gitea/pkgdashcli.yaml diff --git a/.gitea/pkgdashcli.yaml b/.gitea/pkgdashcli.yaml new file mode 100644 index 0000000..543d6aa --- /dev/null +++ b/.gitea/pkgdashcli.yaml @@ -0,0 +1,11 @@ +branches: [master] +source: + type: gitea + apiurl: git.unistack.org + repository: pkgdash + owner: kgorbunov +update_opt: + pre: false + major: false + up_major: false + cached: true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 33218d9..c11d75f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,4 @@ tmp/ cmd/pkgdash/pkgdash cmd/pkgdashcli/pkgdashcli *.sqlite -*.db -.gitea -.github -.gitlab \ No newline at end of file +*.db \ No newline at end of file