From 2591db5dd19ba7a593ecd63474008257cc58bb7d Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 7 Nov 2022 13:27:44 -0500 Subject: [PATCH] removes build-lattice --- .github/workflows/release.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3661d3d0..a4878613f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,34 +32,7 @@ jobs: - run: echo "version ${{needs.meta.outputs.version}}" - run: echo "tag ${{needs.meta.outputs.tag}}" - run: echo "ldflags ${{needs.meta.outputs.ldflags}}" - - build-lattice: - runs-on: ubuntu-latest - needs: [meta] - env: - CI: false - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 14 - - - run: | - cd lattice - yarn install - yarn build - mv build ../ - cd ../ - rm -r lattice - mv build lattice - tar -czvf lattice.tar.gz lattice - - - uses: actions/upload-artifact@v3 - with: - name: lattice.tar.gz - path: ./lattice.tar.gz - + build-featurebase: runs-on: ubuntu-latest needs: [meta] @@ -157,7 +130,6 @@ jobs: needs: - meta - build-featurebase - - build-lattice - build-ingest strategy: