Skip to content

Commit

Permalink
Try git diff with CI_COMMIT_BEFORE_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rplanel committed Aug 19, 2019
1 parent af3ca41 commit bd1efdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ lint:
- pip install flake8 flake8-import-order
- planemo --version
- echo ${CI_COMMIT_BEFORE_SHA}
- git diff --quiet "$CI_COMMIT_BEFORE_SHA" -- ; GIT_DIFF_EXIT_CODE=$?
- |
planemo ci_find_repos --exclude_from .tt_skip \
--output changed_repositories.list
Expand Down

0 comments on commit bd1efdc

Please sign in to comment.