diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-12 16:24:47 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-12 16:24:47 +0200 |
commit | 81b39ee7848b0fbdcd8b61a04077a58c23580dd1 (patch) | |
tree | 51d4ce134881e571c88ecac19dc8c88bcfb98719 | |
parent | d41b27f43335cfb1a8ff49aeb121f992332429cf (diff) |
Fixed the gitlab ci eslint job before script
-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 |