From 6c4509c2075b062a34bc7787eda959c7fa6d2acc Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Mon, 5 Feb 2018 14:22:19 +0000 Subject: [PATCH] Stop saving scope.tar as an artifact Nobody is using this. --- circle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/circle.yml b/circle.yml index 917688ce8..a56413a44 100644 --- a/circle.yml +++ b/circle.yml @@ -66,8 +66,6 @@ test: parallel: true - test "$CIRCLE_NODE_INDEX" != "0" || (goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci || true): parallel: true - - test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; cp scope.tar $CIRCLE_ARTIFACTS): - parallel: true deployment: hub: