Skip to content

Commit

Permalink
ci: Print changed files instead of saving artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Jul 6, 2024
1 parent 06adc9f commit 5c5481e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/tests/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -104,7 +104,6 @@ workflow:
paths:
- build/
- .lock-*
- $FILES_CHANGED

# Weekly jobs for other distribution and compilers
include:
Expand Down

0 comments on commit 5c5481e

Please sign in to comment.