Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ param(
),
[string]$Target = $env:CLOUDSMITH_CLI_TARGET,
[string]$OutputFile = $env:CLOUDSMITH_CLI_OUTPUT_FILE,
# TODO: revert to the production repository before release.
[string]$Repository = $(if ($env:CLOUDSMITH_CLI_REPOSITORY) { $env:CLOUDSMITH_CLI_REPOSITORY } else { "bart-demo-org-terraform/cli-binary-release-test" }),
[string]$Repository = $(if ($env:CLOUDSMITH_CLI_REPOSITORY) { $env:CLOUDSMITH_CLI_REPOSITORY } else { "cloudsmith/cli" }),
[string]$ManifestUrl = $env:CLOUDSMITH_CLI_MANIFEST_URL,
[switch]$Force
)
Expand Down
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ PROGRAM="install.sh"
# Where releases are downloaded from. Flags and CLOUDSMITH_CLI_* environment
# variables override the defaults; --manifest-url bypasses URL construction.
DOWNLOAD_BASE_URL="https://dl.cloudsmith.io/public"
# TODO: revert to the production repository before release.
DEFAULT_REPOSITORY="bart-demo-org-terraform/cli-binary-release-test"
DEFAULT_REPOSITORY="cloudsmith/cli"
MANIFEST_NAME_PREFIX="cloudsmith-cli-manifest"

REPOSITORY="${CLOUDSMITH_CLI_REPOSITORY:-$DEFAULT_REPOSITORY}"
Expand Down
Loading