Update launch.sh
Browse files
launch.sh
CHANGED
@@ -32,7 +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 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")'"
|
|
|
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 --global --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")'"
|