remove long lines i guess

This commit is contained in:
reesporte 2021-11-15 10:19:51 -06:00
parent 0a4e9fe8cf
commit ed5525c836

View file

@ -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: