diff --git a/software/ci-cd-pipelines.org b/software/ci-cd-pipelines.org index e90bb9a..a4eb33c 100644 --- a/software/ci-cd-pipelines.org +++ b/software/ci-cd-pipelines.org @@ -4,6 +4,10 @@ #+HTML_LINK_UP: .. #+HTML_LINK_HOME: .. +#+begin_note +This page is likely to go through some major revisions as I'm writing down my thoughts. +#+end_note + * Gitlab CI I've been using GitLab CI for my Emacs configuration for a while, and it's pretty nice. It's all configured through yaml. I won't say that I'm an expert on it so far, but the fact that it's all just yaml does occasionally prevent me from properly abstracting certain actions. My configuration is very repetitive.