Compare commits

..

No commits in common. "810740283dd5a77cd4b012364d8136ab3c0a4ac9" and "e6e2a75d18e56874d98c43052c0d30dc49f944c4" have entirely different histories.

3 changed files with 5 additions and 21 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@ _site
*~
keys.txt.asc
.bundle
.cache/**
.jekyll-cache
.jekyll-metadata
vendor/

View File

@ -1,17 +1,12 @@
image: alpine:latest
# from https://gitlab.com/pages/jekyll/-/blob/master/.gitlab-ci.yml
image: ruby:latest
variables:
JEKYLL_ENV: production
LC_ALL: en_US.utf8
TERM: dumb
cache:
paths:
- ${PRE_COMMIT_HOME}
- ${CI_PROJECT_DIR}/bundle
LC_ALL: C.UTF-8
before_script:
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev
- gem install bundler
- bundle install
test:
@ -33,13 +28,3 @@ pages:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
gitlab-ci-pre-commit:
stage: build
before_script:
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler
- pip install pre-commit
script:
- pre-commit run --all-files --show-diff-on-failure
variables:
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit

2
Gemfile.lock generated
View File

@ -210,7 +210,7 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
nokogiri (1.15.1-x86_64-linux)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)