Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 16975a7

Browse files
Update GCS artifact path (#50)
1 parent 73f10b2 commit 16975a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kube_deploy_tools/artifact_registry/driver_gcs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_registry_artifact_path(name:, flavor:, project:, build_number:)
3434
# change where all past clients will not be able to download new builds and
3535
# new clients will not be able to download old builds. Change with caution.
3636
#
37-
"#{@bucket}/project=#{project}/build=#{build_number}/artifact=#{get_artifact_name(name: name, flavor: flavor)}"
37+
"#{@bucket}/project/#{project}/build/#{build_number}/artifact/#{get_artifact_name(name: name, flavor: flavor)}"
3838
end
3939

4040
def get_artifact_name(name:, flavor:)

0 commit comments

Comments
 (0)