pythonstrup commented on code in PR #20: URL: https://github.com/apache/zeppelin-site/pull/20#discussion_r1762205909
########## .github/workflows/helium/lib/createHeliumPkgFile.js: ########## @@ -0,0 +1,41 @@ +import Promise from "bluebird"; +import stringify from 'json-stringify-pretty-compact'; +import {getMavenHandler} from "./getMavenArtifactInfo.js"; +import {fetchHelium} from "./fetchHeliumPkgInfo.js"; +import * as fs from "fs"; +import {getBasicMavenHandler} from "./getBasicMavenArtifactInfo.js"; + +const pushPkgInfoToTmp = async function() { + // const response = await fetch('https://zeppelin.apache.org/helium.json') + // const data = await response.json(); + // return data[0]; Review Comment: I miss that. I'll remove it and push again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org