Also test on dev.gitlab [ci skip]

This commit is contained in:
Z.J. van de Weg 2016-10-14 16:16:10 +02:00 committed by Z.J. van de Weg
parent 647c54da27
commit 40062fdc02
1 changed files with 9 additions and 1 deletions

View File

@ -63,7 +63,8 @@ update-knapsack:
only:
- master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
# Execute all testing suites
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
.use-db: &use-db
services:
@ -145,6 +146,8 @@ spinach 9 10: *spinach-knapsack
only:
- master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
cache:
key: "ruby21"
paths:
@ -289,6 +292,8 @@ bundler:audit:
only:
- master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
script:
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
@ -299,6 +304,9 @@ migration paths:
SETUP_DB: "false"
only:
- master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
script:
- git checkout HEAD .
- git fetch --tags