diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |