diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 22:04:12 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 22:04:12 +0200 |
commit | 23654a52aba2d0b6de99618e3d6642c784694e62 (patch) | |
tree | 5e87ab549ffc30b14bc29c4a4d35549a4f5e2172 /.gitlab-ci.yml | |
parent | d856031c58e26992f3e0a481084a190a50b0bcf7 (diff) |
Eslint Gitlab CI job creates a settings.yml file for itself
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |