From 7ea6ba68099a2fb82350b090323ea49f5ce5e448 Mon Sep 17 00:00:00 2001 From: Seraphim Strub Date: Mon, 6 Mar 2023 19:16:37 +0100 Subject: [PATCH] try to only build changed cmd --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99b52ec..7b6a2f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ # Run this job in a branch where a Dockerfile exists rules: - if: $CI_COMMIT_BRANCH - exists: - - Dockerfile + changes: + - cmd/${GO_CMD}/*/** funbot: stage: build