From d2e6423831a34e4ebc35cd003b8130fa4bbc0b64 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sat, 8 Mar 2025 01:10:40 -0800 Subject: [PATCH] Delete .gitea/gitea-ci.yaml --- .gitea/gitea-ci.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/gitea-ci.yaml diff --git a/.gitea/gitea-ci.yaml b/.gitea/gitea-ci.yaml deleted file mode 100644 index f043f8c..0000000 --- a/.gitea/gitea-ci.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Build And Publish Docker Container -run-name: ${{ gitea.actor }} is runs ci pipeline -on: [ push ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: https://github.com/actions/checkout@v4 - - name: Setup .NET 6 - uses: https://github.com/actions/setup-dotnet@v4 - with: - dotnet-version: '6.x' - - run: dotnet restore ./src/sodoff.csproj - - run: dotnet build --configuration Release ./src/sodoff.csproj - - run: dotnet publish ./src/sodoff.csproj