Merge pull request #3056 from weaveworks/save-codegen

Save codegen output as CI artifact
This commit is contained in:
Bryan Boreham
2018-03-12 11:44:38 +00:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ 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):
- test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; cp */*.codecgen.go $CIRCLE_ARTIFACTS):
parallel: true
deployment: