diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 22:22:52 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 22:22:52 +0200 |
commit | 7d27f9c7f1b57693dfdc0dd289015406b90984ec (patch) | |
tree | 0d586037c6a6f3af0a87fea61e7cf89d7f8c5540 | |
parent | 4de64401bd079f80151d034b1dfa94e91f9b5714 (diff) |
Gitlab CI should run now
-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 c92d1e5..b6eb7cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ 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 |