Skip to content

Commit

Permalink
Revert "build: Fix how S3 URL is constructed (#2710)"
Browse files Browse the repository at this point in the history
This reverts commit 778ca0c.

Reverting my commits
  • Loading branch information
ArvinderPal09 committed Oct 8, 2024
1 parent cff7899 commit 3d95e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git_operator_version := env("GIT_OPERATOR_VERSION", "latest")

s3_path := "dkp" / git_tag
s3_bucket := "downloads.mesosphere.io"
s3_uri := "s3://" + s3_bucket / s3_path
s3_uri := "s3://" / s3_bucket / s3_path
s3_acl := "bucket-owner-full-control"
archive_name := "kommander-applications-" + git_tag+ ".tar.gz"
published_url := "https://downloads.d2iq.com" / s3_path / archive_name
Expand Down

0 comments on commit 3d95e1a

Please sign in to comment.