We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bd4ff8 + ee0e5dd commit 1f20991Copy full SHA for 1f20991
workflows/main.yml .github/workflows/main.ymlworkflows/main.yml renamed to .github/workflows/main.yml
utlities/deployment.ts
@@ -20,7 +20,6 @@ export function setupRepo(repoconfig:AnyObject){
20
})
21
if (piplibrarieslist.includes("pyyaml")) throw new Error("install yaml library (pip3 install pyyaml)")
22
if (piplibrarieslist.includes("sys")) throw new Error("install sys library (pip3 install sys)")
23
-
24
repoconfig.app_name=exec("pwd").toString().replace("\n","");
25
let filenamearray=( repoconfig.app_name).split("/")
26
repoconfig.name = filenamearray[filenamearray.length-1].replace("\n","");
0 commit comments