From 5c5481e20a4eb0c1594697c997b749c64d363b78 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 20 Jun 2024 19:18:37 +0100 Subject: [PATCH] ci: Print changed files instead of saving artifact --- utils/tests/gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 9171df0b352..f03684c83be 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -49,7 +49,7 @@ workflow: git remote remove upstream ; fi - git remote add -t $CI_DEFAULT_BRANCH --no-tags -f upstream https://gitlab.com/nsnam/ns-3-dev.git - - git diff --name-only upstream/$CI_DEFAULT_BRANCH > $FILES_CHANGED + - git diff --name-only upstream/$CI_DEFAULT_BRANCH | tee $FILES_CHANGED # Run this job in the following cases: 1) default branch, 2) changes to source code, 3) changes to configurations. # Skip this job in the opposite cases. @@ -104,7 +104,6 @@ workflow: paths: - build/ - .lock-* - - $FILES_CHANGED # Weekly jobs for other distribution and compilers include: