Skip to content

Conversation

sascha-andres
Copy link
Contributor

A very simple detection for cyclic dependencies like this:

build:
  deps:
  - build2
  cmds:
  - echo a

build2:
  deps: 
  - build
  cmds:
  - echo b

@andreynering andreynering merged commit f7d119f into go-task:master Mar 2, 2017
@andreynering
Copy link
Member

Thank you again.

andreynering added a commit that referenced this pull request Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants