Rifd commited on
Commit
0d9b4ae
·
1 Parent(s): 2355cea
Files changed (1) hide show
  1. up.js +0 -1
up.js CHANGED
@@ -21,7 +21,6 @@ const push = async (username) => {
21
  const token = process.env.TOKEN;
22
  const repoUrl = "huggingface.co/spaces/"+username+"/"+process.env.REPO_NAME
23
 
24
- console.log(await execute('git init'))
25
  console.log(await execute('git add .'))
26
  console.log(await execute('git config --global --add safe.directory /app'))
27
  console.log(await execute('git status'));
 
21
  const token = process.env.TOKEN;
22
  const repoUrl = "huggingface.co/spaces/"+username+"/"+process.env.REPO_NAME
23
 
 
24
  console.log(await execute('git add .'))
25
  console.log(await execute('git config --global --add safe.directory /app'))
26
  console.log(await execute('git status'));