Skip to content

Commit

Permalink
Merge pull request #98 from reactiveops/fix-binary-uploads
Browse files Browse the repository at this point in the history
Apparently there has to be a relationship all the way downstream for any workspaces. Even though we're building and uploading the darwin build earlier in the jobs, it doesn't show up as accessible to the last "publish-binaries" job since it doesn't have a technical inheritance.
  • Loading branch information
Nick Huanca committed Apr 26, 2019
2 parents 18501cb + dc5f8cd commit fde722e
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 @@ -302,6 +302,7 @@ workflows:
- end-to-end:
requires:
- compile
- compile-darwin
filters:
tags:
only: /.*/
Expand Down

0 comments on commit fde722e

Please sign in to comment.