Skip to content
Snippets Groups Projects
Commit ab318978 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: integrate_into_manifest: Fix integration for recipes in SRCREV file

parent 976aaec9
No related branches found
No related tags found
1 merge request!129CI: integrate_into_manifest: Fix integration for recipes in SRCREV file
Pipeline #9687 waiting for manual action with stages
in 9 minutes and 48 seconds
...@@ -163,7 +163,7 @@ def integrate_into_manifest( ...@@ -163,7 +163,7 @@ def integrate_into_manifest(
"no recipe name is specified" % project.path "no recipe name is specified" % project.path
) )
with open(srcrev_filepath.as_posix(), "w", encoding="utf8") as fp: with open(srcrev_filepath.as_posix(), "w", encoding="utf8") as fp:
fp.write(new_manifest) fp.write(new_srcrev)
manifest_repo.index.add([srcrev_file]) manifest_repo.index.add([srcrev_file])
# Make an API request to create the gitlab.user object # Make an API request to create the gitlab.user object
......
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