Files
gitlabhq/lib
Kamil Trzciński 86c0d8d289 Merge branch 'only-syntax' into 'master'
Extend yml syntax for only and except to support specifying repository path

This allows to limit execution of jobs to specific repository.

For example:
```yaml
job:
  only:
    - branches@gitlab-org/gitlab-ce
  except:
    - master@gitlab-org/gitlab-ce
```

The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master.

@dzaporozhets @JobV @vsizov Please review.


See merge request !1720
2015-11-03 12:13:21 +00:00
..
2015-11-02 15:04:43 -05:00
2015-10-29 14:21:24 +01:00
2015-10-28 22:34:39 -04:00
2015-02-02 21:31:03 -08:00
2015-10-03 01:29:58 -05:00
2014-08-14 15:48:14 +04:00
2015-05-11 18:21:45 +03:00