From ed5525c83675c19905eb5f9be8ebfe3080a4e7dc Mon Sep 17 00:00:00 2001 From: reesporte Date: Mon, 15 Nov 2021 10:19:51 -0600 Subject: [PATCH] remove long lines i guess --- .gitlab/.gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index cb2d6546c..ccd710889 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -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: