Skip to content

Commit 1f20991

Browse files
Merge pull request #25 from antstackio/dev
Dev
2 parents 3bd4ff8 + ee0e5dd commit 1f20991

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

utlities/deployment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export function setupRepo(repoconfig:AnyObject){
2020
})
2121
if (piplibrarieslist.includes("pyyaml")) throw new Error("install yaml library (pip3 install pyyaml)")
2222
if (piplibrarieslist.includes("sys")) throw new Error("install sys library (pip3 install sys)")
23-
2423
repoconfig.app_name=exec("pwd").toString().replace("\n","");
2524
let filenamearray=( repoconfig.app_name).split("/")
2625
repoconfig.name = filenamearray[filenamearray.length-1].replace("\n","");

0 commit comments

Comments
 (0)