mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
remove long lines i guess
This commit is contained in:
parent
0a4e9fe8cf
commit
ed5525c836
1 changed files with 0 additions and 3 deletions
|
|
@ -42,16 +42,13 @@ build lattice:
|
|||
variables:
|
||||
CI: "false"
|
||||
script:
|
||||
- # install and build lattice
|
||||
- cd lattice
|
||||
- yarn install
|
||||
- yarn build
|
||||
- # move the build dir out and rename
|
||||
- mv build ../
|
||||
- cd ../
|
||||
- rm -r lattice
|
||||
- mv build lattice
|
||||
- # zip it up
|
||||
- tar -czvf lattice.tar.gz lattice
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue