Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
2c9fa50a31f7
Commit
e659481c
authored
Nov 01, 2017
by
Kamil Trzcinski
Browse files
Pass cluster_id
parent
41d1edd16e95
Changes
1
Show whitespace changes
Inline
Side-by-side
app/services/clusters/gcp/provision_service.rb
View file @
2c9fa50a
...
...
@@ -10,7 +10,7 @@ def execute(provider)
if
provider
.
make_creating
(
operation_id
)
WaitForClusterCreationWorker
.
perform_in
(
Clusters
::
Gcp
::
VerifyProvisionStatusService
::
INITIAL_INTERVAL
,
provider
.
id
)
provider
.
cluster_
id
)
else
provider
.
make_errored!
(
"Failed to update provider record;
#{
provider
.
errors
}
"
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment