From 23654a52aba2d0b6de99618e3d6642c784694e62 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 22:04:12 +0200 Subject: Eslint Gitlab CI job creates a settings.yml file for itself --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b94e1b..28619e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ test: eslint: stage: test + before_script: + - echo -e "host: localhost\nport: 8080\ndev_port: 8008\ntitle: test" > settings.yml script: - yarn eslint packages/server - yarn workspace client lint \ No newline at end of file -- cgit v1.2.3-18-g5258