From 2ba037fab561df5d8a89c6cec4e158b7fd482e8d Mon Sep 17 00:00:00 2001 From: alekswilc Date: Thu, 27 Mar 2025 16:56:14 +0100 Subject: [PATCH] build(): drone CI build --- .gitea/workflows/build.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml deleted file mode 100644 index 036b252..0000000 --- a/.gitea/workflows/build.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Build simrail.pro -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: 'Repository checkout' - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: '20.x' - - name: 'Setup yarn' - run: npm i yarn -g - - name: 'Install dependencies' - run: yarn - - name: 'Build' - run: yarn build \ No newline at end of file -- 2.39.5