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.
This commit is contained in:
Sanchayan Maity 2021-02-09 18:56:04 +05:30
parent a447120f95
commit c941fe6ac5
1 changed files with 0 additions and 21 deletions

View File

@ -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