- Jun 09, 2023
-
-
anarcat authored
-
anarcat authored
There's currently 176 spelling errors in the wiki, and there were some in this very file (`service/documentation.md`), but I've fixed those so CI passes here. This also required (I think) renaming the `test` job to `mdlint` otherwise we would be somewhat incoherent: the spell check job is also a "test" job...
-
- Oct 24, 2022
-
-
anarcat authored
I'm not sure why this works, but it does: https://gitlab.torproject.org/tpo/tpa/wiki-replica/-/pipelines/54488 Maybe the problem is the newer alpine images don't ship bash. I'm not sure why we were using bash in the first place; i don't believe we had any bashism. But according to: https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#override-the-entrypoint-of-an-image ... just an empty entrypoint is actually the way to go here.
-
- Jul 26, 2022
-
-
Jérôme Charaoui authored
the condition also excludes merge requests, as before
-
- Feb 15, 2022
-
-
anarcat authored
-
anarcat authored
It seems we were actually never running this job, which should have help with issues like #1. Assuming the mirror would have been correctly configured, this job would have warned about the desync commits. Before the fix, of course, it wouldn't have detected anything, because the commits were crushed, but now this should correctly fail.
-
- May 18, 2021
-
-
anarcat authored
We'd this in MRs CI: /bin/bash: line 131: git: command not found Doh.
-
- May 11, 2021
- Mar 04, 2021
- Feb 18, 2021
-
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
colons are a pain in the back in YAML, but it seems like the "Block Scaler Style" works around the problem.
-
anarcat authored
-
anarcat authored
-
anarcat authored
The file list just doesn't show up
-
anarcat authored
We still run the entire lint because that is not file-specific, and will be easier to trigger.
-
anarcat authored
-
anarcat authored
-
anarcat authored
git is not available in that silly image of theirs, so we have to make a separate build stage to actually list the changed files, store that in an artifact, and *then* be able to do the run only on those files. That is quite silly. Surely there must be a better way?
-
anarcat authored
-
anarcat authored
Stack overflow to the rescue once again... https://stackoverflow.com/questions/45588426/how-to-execute-a-script-located-in-the-runner-from-the-ci-pipeline
-
anarcat authored
-
- Feb 17, 2021