From 17b0d2e7631052a196b9bb281044fe29bb0d1697 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Thu, 5 Feb 2026 22:06:50 -0600 Subject: [PATCH] remove completed TODO from CI script --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5e1d85fb..34252342f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ image: eclipse-temurin:21 # all stages need to be defined here -# TODO: Make stages depend on what is in versionProperties stages: - build - api