We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6fba1b + 89fa8d4 commit f39fae6Copy full SHA for f39fae6
lib/gitlab/build/info/ci.rb
@@ -71,7 +71,7 @@ def package_download_url(job_name: "Ubuntu-22.04", arch: 'amd64')
71
folder = "#{folder}_aarch64"
72
end
73
74
- job_name = "#{job_name}-branch" unless Build::Check.on_tag?
+ job_name = "#{job_name}-branch" unless Build::Info::CI.tag_name
75
76
package_path = "pkg/#{folder}/#{package_file_name}"
77
Build::Info::CI.artifact_url(job_name, package_path)
0 commit comments