Fedor Korotkov
Fedor Korotkov
@edigaryev's fix should've fixed the issue. Plus take a look at #1053 for some easier combination of tasks from multiple YAML files.
@dotdoom do you think adding icons for each type of the instruction will help?
Check `TaskCommandList`
Definitely. I think in case of a deployment Cirrus can specify `$CIRRUS_DEPLOYMENT_ID` environment variable so tasks can be customizable and communicate back overall Build status as a status for the...
Interesting idea about `.cirrus-deployment.yml`. Maybe cirrus can look into `.cirrus` folder and look for `push.yml`, `pr.yml` and `deployment.yml` before defaulting to `.cirrus.yml` in the root of the repository. 🤔
Will be part of #108
Probably it will make sense to be able to add multiple hooks as well.
@yogurtearl the only caveat here is that Cirrus agent won't clone a merged version of the branch. I've been debating whether make the agent automatically clone merged version of the...
Just to clarify: this feature will put weights on priority of tasks when scheduled. Therefore it will affect when tasks are starting and **not be a replacement for `depends_on`** since...
In the ideal situation all the tasks should be scheduled and run in parallel so that's why we've never had any prioritizations features. @timwoj do you hit this issue when...