wIK5Ez2o commited on
Commit
a41414c
·
verified ·
1 Parent(s): 084f8fd

Update launch.sh

Browse files
Files changed (1) hide show
  1. launch.sh +1 -0
launch.sh CHANGED
@@ -32,6 +32,7 @@ function init() {
32
  #git branch -m main
33
  #git remote add origin https://${github_secret}@github.com/${github_project}.git
34
  git clone https://${github_secret}@github.com/${github_project}.git .
 
35
  git add .
36
  echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
37
  git commit -m "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
 
32
  #git branch -m main
33
  #git remote add origin https://${github_secret}@github.com/${github_project}.git
34
  git clone https://${github_secret}@github.com/${github_project}.git .
35
+ git config --add safe.directory /data
36
  git add .
37
  echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
38
  git commit -m "'update data $(date "+%Y-%m-%d %H:%M:%S")'"