Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Nov 6, 2024
1 parent 75564e7 commit f099c19
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public override void Validate(OctoLogger log)
throw new OctoshiftCliException("--no-ssl-verify can only be provided with --bbs-server-url.");
}

// if (!string.IsNullOrWhiteSpace(AwsBucketName) && UseGithubStorage)
// {
// throw new OctoshiftCliException("The --use-github-storage flag was provided with an AWS S3 Bucket name. Archive cannot be uploaded to both locations.");
// }
if (AwsBucketName.HasValue() && UseGithubStorage)
{
throw new OctoshiftCliException("The --use-github-storage flag was provided with an AWS S3 Bucket name. Archive cannot be uploaded to both locations.");
}

if (SshPort == 7999)
{
Expand Down

0 comments on commit f099c19

Please sign in to comment.