diff options
author | Hampus <hampus@hampusmat.com> | 2021-10-01 23:21:51 +0200 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2021-10-01 23:21:51 +0200 |
commit | 3b8bca50c1a8494fdd0d411b8492a74f9ca6a0a5 (patch) | |
tree | b814b31a32ed85a27f319328b2b53ec7d7c17bac /.gitlab-ci.yml | |
parent | b5be5c01ee0c38d55b31f07ad4e4b627072c9c04 (diff) |
fix: remove Gitlab specific things
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2a280e9..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,36 +0,0 @@ -image: node:14-buster - -cache: - paths: - - node_modules/ - -stages: - - prepare - - test - -apt: - stage: prepare - script: - - apt-get update -y -qq - - DEBIAN_FRONTEND=noninteractive apt-get install -y -qq git libpcre3 libpcre2-posix0 libkrb5-3 libk5crypto3 libcom-err2 libssl1.1 libssl-dev - -yarn-install: - stage: prepare - script: - - yarn install - -test: - stage: test - before_script: - - gpg --keyserver keys.openpgp.org --receive-keys 9C0309603A7DA7CE3F1B2CE7B7D6FB9B7AFDF0DE - script: - - yarn test --ci=true - -eslint: - stage: test - before_script: - - > - 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 |