Fix pipeline fixtures for development environment
This commit is contained in:
parent
d104a3e179
commit
8b8e262682
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue