Fix pipeline fixtures for development environment

This commit is contained in:
Grzegorz Bizon 2016-09-22 13:45:25 +02:00
parent d104a3e179
commit 8b8e262682
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ module Ci
sha: build.sha,
ref: build.ref,
tag: build.tag,
options: build.options[:environment],
options: build.options.to_h[:environment],
variables: build.variables)
service.execute(build)
end