mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
removes build-lattice
This commit is contained in:
parent
8b442bcb62
commit
2591db5dd1
1 changed files with 1 additions and 29 deletions
30
.github/workflows/release.yml
vendored
30
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue