Skip to content
Snippets Groups Projects
Commit b526debd authored by x2004933's avatar x2004933 :confused:
Browse files

Run CI in alpine

parent aaf4ed53
No related branches found
No related tags found
No related merge requests found
image: debian:latest
image: alpine
before_script:
- apt-get update
- apt-get install -y git rdfind symlinks findutils sed
- apk add git sed bash
pages_test:
stage: test
......
......@@ -34,9 +34,3 @@ git checkout master
# Create index file
sed "s|{{body}}|${links}|g" "${template}" > "${pages_dir}/index.html"
# Deduplicate files
rdfind -makesymlinks true "${pages_dir}"
# Make symlinks relative
find "${pages_dir}" -type d -exec symlinks -cs {} +
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment