From 81b39ee7848b0fbdcd8b61a04077a58c23580dd1 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 12 Aug 2021 16:24:47 +0200 Subject: Fixed the gitlab ci eslint job before script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce9d5aa..2a280e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ eslint: stage: test before_script: - > - echo -e "host: localhost\nport: 8080\ndev_port: 8008\ntitle: test" > settings.yml + echo "{ \"host\": \"localhost\", \"port\": 8080, \"title\": \"test\", \"about\": \"lol\", \"dev\": { \"port\": 8008 } }" > settings.json script: - yarn eslint packages/server - yarn workspace client lint \ No newline at end of file -- cgit v1.2.3-18-g5258