Skip to content

Commit

Permalink
Fix join modules when no new probes are built (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran authored Feb 19, 2021
1 parent 114b1a2 commit 4fadf69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ jobs:
command: |
shopt -s nullglob
shopt -s dotglob
mkdir -p "${WORKSPACE_ROOT}/ko-build/built-probes"
shard_dirs=("${WORKSPACE_ROOT}/ko-build/build-output/shard-"*)
if [[ "{#shard_dirs[@]}" == 0 ]]; then
exit 0
Expand Down

0 comments on commit 4fadf69

Please sign in to comment.