Files
gitlabhq/spec
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-10-12 11:53:49 +02:00
2015-08-21 16:09:55 -07:00
2015-11-03 11:05:54 +01:00
2015-11-02 16:39:24 +01:00
2015-10-26 12:23:40 +01:00
2015-10-06 16:11:59 +02:00
2015-08-04 14:33:18 +02:00
2015-05-28 18:22:32 -04:00