ci: Print changed files instead of saving artifact

This commit is contained in:
Eduardo Almeida
2024-06-20 19:18:37 +01:00
parent 06adc9f833
commit 5c5481e20a

View File

@@ -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: