From be5b8c36b027ba00bb8712131f82a531c2858401 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 6 Jul 2023 21:02:56 +0200 Subject: [PATCH] ci: do not test build Signed-off-by: Matej Focko --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a71264a..ad1937d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,15 +4,15 @@ stages: - test - deploy -test: - stage: test - script: - - yarn install - - URL=http://localhost BASE_URL=/ yarn build - except: - - main - # tags: - # - shared-fi +# test: +# stage: test +# script: +# - yarn install +# - URL=http://localhost BASE_URL=/ yarn build +# except: +# - main +# # tags: +# # - shared-fi deploy: stage: deploy