diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 22:20:43 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 22:20:43 +0200 |
commit | 4de64401bd079f80151d034b1dfa94e91f9b5714 (patch) | |
tree | f40991a16f37e522c62546ac6421c407ab2f509a /.gitlab-ci.yml | |
parent | 23654a52aba2d0b6de99618e3d6642c784694e62 (diff) |
Possible fix for the Eslint Gitlab CI job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28619e1..c92d1e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,8 @@ test: eslint: stage: test before_script: - - echo -e "host: localhost\nport: 8080\ndev_port: 8008\ntitle: test" > settings.yml + - > + 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 |