diff options
Diffstat (limited to 'db/fixtures/development/19_environments.rb')
-rw-r--r-- | db/fixtures/development/19_environments.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/fixtures/development/19_environments.rb b/db/fixtures/development/19_environments.rb index 3e227928a29..9743fa6d9ee 100644 --- a/db/fixtures/development/19_environments.rb +++ b/db/fixtures/development/19_environments.rb @@ -51,7 +51,9 @@ class Gitlab::Seeder::Environments ref: ref, sha: sha, tag: false, - deployable: find_deployable(project, name) + deployable: find_deployable(project, name), + track: 'stable', + rollout: 100 ) end |