Skip to content
Snippets Groups Projects
Commit d6edb1cf authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Add missing stage when doing retry on a build

parent aab30f1c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,6 +12,7 @@ v7.14.0 (unreleased)
- Added support for CI skipped status
- Fix broken yaml error saving
- Rename type(s) to stage(s)
- Add missing stage when doing retry
v7.13.1
- Fix: user could steal specific runner
Loading
Loading
Loading
Loading
@@ -77,6 +77,7 @@ class Build < ActiveRecord::Base
new_build.project_id = build.project_id
new_build.name = build.name
new_build.allow_failure = build.allow_failure
new_build.stage = build.stage
new_build.save
new_build
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment