From 3b8bca50c1a8494fdd0d411b8492a74f9ca6a0a5 Mon Sep 17 00:00:00 2001 From: Hampus Date: Fri, 1 Oct 2021 23:21:51 +0200 Subject: fix: remove Gitlab specific things --- .gitlab-ci.yml | 36 ------------------------------------ test/test.env | 4 ++-- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 .gitlab-ci.yml 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 diff --git a/test/test.env b/test/test.env index 98c7588..901af99 100644 --- a/test/test.env +++ b/test/test.env @@ -1,8 +1,8 @@ GIT_DIR=/tmp/githermit_test AVAIL_REPO=githermit.git -AVAIL_REPO_URL=https://gitlab.com/HampusMat/githermit.git +AVAIL_REPO_URL=https://github.com/HampusMat/Githermit.git UNAVAIL_REPO=angular AVAIL_OBJECT=16778756fb25808a1311403590cd7d36fbbeee6c UNAVAIL_OBJECT=601747563bff808a1d12403690cd7d36fbbeafcc AVAIL_COMMIT=d546492f4fd400ae61a6abbe1905fdbc67451c4d -UNAVAIL_COMMIT=a546392f4fd440ae61a6afec1d25fdbc67251e2b \ No newline at end of file +UNAVAIL_COMMIT=a546392f4fd440ae61a6afec1d25fdbc67251e2b -- cgit v1.2.3-18-g5258