From c941fe6ac565e431a2d21ff08354a6259434cdb6 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 9 Feb 2021 18:56:04 +0530 Subject: [PATCH] Drop gitlab CI build gitlab now provides only 400 CI minutes on free tier. This is useless as our hakyll build + deployment takes about an hour. Just drop this as we anyways now have our own domain and hosting. --- .gitlab-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ea47252..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -image: haskell:8.6.3 - -variables: - STACK_ROOT: $CI_PROJECT_DIR/.stack - -pages: - cache: - paths: - - _cache - - .stack - - .stack-work - before_script: - - stack --system-ghc install --only-dependencies - - stack --system-ghc build - script: - - stack --system-ghc exec site build - artifacts: - paths: - - public - only: - - master