mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-08 13:06:32 +00:00
Adding logs
This commit is contained in:
@ -130,6 +130,8 @@ function downloadHelm(version) {
|
||||
}
|
||||
function getLatestHelmVersionFor(type) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
console.log("Running graphql");
|
||||
console.log(type);
|
||||
const versions = yield graphql_1.graphql(`
|
||||
repository(name:"helm"
|
||||
owner:"helm") {
|
||||
|
@ -107,6 +107,8 @@ async function downloadHelm(version: string): Promise<string> {
|
||||
}
|
||||
|
||||
async function getLatestHelmVersionFor(type) {
|
||||
console.log("Running graphql")
|
||||
console.log(type)
|
||||
const versions = await graphql(
|
||||
`
|
||||
repository(name:"helm"
|
||||
|
Reference in New Issue
Block a user