diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 04930f22..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Build - -on: - push: - branches: [dev] - -jobs: - build: - runs-on: dedicated-server - strategy: - matrix: - node-version: [16.x] - - steps: - - name: Checkout Repository - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: "yarn" - - name: Install dependencies - run: | - yarn remove @nitrots/nitro-renderer - yarn add git+https://git@git.krews.org/nitro/nitro-renderer#dev - yarn install - - name: Build Nitro - run: | - yarn build - - name: Archive Artifacts - uses: actions/upload-artifact@v2 - with: - path: | - build diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml-disabled similarity index 100% rename from .gitlab-ci.yml rename to .gitlab-ci.yml-disabled