Update launch.sh
Browse files
launch.sh
CHANGED
@@ -24,10 +24,11 @@ function init() {
|
|
24 |
#chmod 777 /data
|
25 |
cd /data
|
26 |
|
27 |
-
|
|
|
28 |
#git config --global user.name "git-batch"
|
29 |
#git config --global init.defaultBranch main
|
30 |
-
|
31 |
git branch -M main
|
32 |
git remote add origin https://${github_secret}@github.com/${github_project}.git
|
33 |
git add .
|
|
|
24 |
#chmod 777 /data
|
25 |
cd /data
|
26 |
|
27 |
+
git init
|
28 |
+
git config user.email "[email protected]"
|
29 |
#git config --global user.name "git-batch"
|
30 |
#git config --global init.defaultBranch main
|
31 |
+
|
32 |
git branch -M main
|
33 |
git remote add origin https://${github_secret}@github.com/${github_project}.git
|
34 |
git add .
|