Skip to content

Commit

Permalink
Use gz- prefix for -source jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jan 10, 2024
1 parent e1b9c29 commit 429d6d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@ def go(argv):
if not args.release_version:
args.release_version = 1

package_alias_force_gz = args.package_alias.replace('ignition-','gz-')

print(f"Downloading releasing info for {args.package}")
# Sanity checks and dicover supported distributions before proceed.
repo_dir, args.release_repo_branch = download_release_repository(args.package, args.release_repo_branch)
Expand Down Expand Up @@ -634,7 +636,7 @@ def go(argv):
params['SOURCE_REPO_REF'] = tag_repo(args) \
if not args.source_repo_ref else args.source_repo_ref

call_jenkins_build(f"{args.package_alias}-source",
call_jenkins_build(f'{package_alias_force_gz}-source',
params,
'Source',
args.version)
Expand Down

0 comments on commit 429d6d4

Please sign in to comment.