ci: do not test build

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-06 21:02:56 +02:00
parent 952cc8a499
commit be5b8c36b0
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -4,15 +4,15 @@ stages:
- test - test
- deploy - deploy
test: # test:
stage: test # stage: test
script: # script:
- yarn install # - yarn install
- URL=http://localhost BASE_URL=/ yarn build # - URL=http://localhost BASE_URL=/ yarn build
except: # except:
- main # - main
# tags: # # tags:
# - shared-fi # # - shared-fi
deploy: deploy:
stage: deploy stage: deploy