From 012a2d6dbaf1a9e6b5bd846ec9554e4479ef30e5 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Fri, 15 Mar 2024 23:17:25 +0300 Subject: [PATCH] #8 delete config. --- .gitea/pkgdashcli.yaml | 7 ------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .gitea/pkgdashcli.yaml diff --git a/.gitea/pkgdashcli.yaml b/.gitea/pkgdashcli.yaml deleted file mode 100644 index 02cae11..0000000 --- a/.gitea/pkgdashcli.yaml +++ /dev/null @@ -1,7 +0,0 @@ -branches: [develop] -source: - type: gitea - token: f9cc8a7894ba3ce8f5a15b589b4011d7f298fbd2 - apiurl: https://git.unistack.org/api/v1 - repository: pkgdash - owner: kgorbunov \ No newline at end of file diff --git a/.gitignore b/.gitignore index 71d09b2..a91e623 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ cmd/pkgdash/pkgdash cmd/pkgdashcli/pkgdashcli *.sqlite *.db -.gitea/pkgdashcli.yaml \ No newline at end of file +.gitea/pkgdashcli.yaml +/.gitea/