From c183b3a73928a3d713e8b138ef1869fa426d6d7e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 Nov 2022 01:03:56 -0800 Subject: [PATCH] Add note to my CI/CD pipeline page about its potential changes --- software/ci-cd-pipelines.org | 4 ++++ 1 file changed, 4 insertions(+) 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.