Skip to content

Commit

Permalink
#2013: Restore 'smart' CircleCI run detection
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 6, 2020
1 parent ab3c521 commit 14bb3ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -24,9 +24,9 @@ jobs:
LANDO_CHANGED_FILES=$(git diff --name-only $COMMIT_RANGE | cat)
echo "The following files have changed: $LANDO_CHANGED_FILES"
LANDO_NEEDS_TESTS=$(echo $LANDO_CHANGED_FILES | grep -e bin/ -e lib/ -e plugins/ -e examples/ -e tests/ &>/dev/null && echo true || echo false)
# if [[ "$LANDO_NEEDS_TESTS" == "false" ]]; then
# circleci-agent step halt
# fi
if [[ "$LANDO_NEEDS_TESTS" == "false" ]]; then
circleci-agent step halt
fi
- restore_cache:
keys:
- yarn-packages-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}
Expand Down

0 comments on commit 14bb3ef

Please sign in to comment.