Skip to content

Commit

Permalink
setting up package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 6, 2017
1 parent 76f2d41 commit 843a0db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
karr_lab_build_utils3 make-and-archive-reports
if [[ $RESULT2 -eq 0 && $RESULT3 -eq 0 ]]; then
exit 0
karr_lab_build_utils3 trigger-tests-of-downstream-dependencies
exit $?
else
exit 1
fi
Expand Down
1 change: 1 addition & 0 deletions .circleci/downstream_dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit 843a0db

Please sign in to comment.