Skip to content

Commit

Permalink
update-ca-certificates for 1.1.54394
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Dec 5, 2023
1 parent c688544 commit 6890ad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,12 @@ func init() {
logLevel = os.Getenv("LOG_LEVEL")
}
log.SetLevelFromString(logLevel)
/*
if compareVersion(os.Getenv("CLICKHOUSE_VERSION"), "1.1.54394") <= 0 {
r := require.New(&testing.T{})
installDebIfNotExists(r, "clickhouse-backup", "ca-certificates", "curl")
r.NoError(dockerExec("clickhouse-backup", "update-ca-certificates"))
}
/*
r.NoError(dockerExec("clickhouse-backup", "bash", "-xce", "command -v yq || curl -sL \"https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$(dpkg --print-architecture)\" -o /usr/bin/yq && chmod +x /usr/bin/yq"))
installDebIfNotExists(r, "clickhouse-backup", "jq", "bzip2", "pgp", "git")
// rsync
Expand Down

0 comments on commit 6890ad6

Please sign in to comment.