Update download_and_push.sh
Browse files- download_and_push.sh +2 -2
download_and_push.sh
CHANGED
@@ -28,8 +28,8 @@ mv dependencies.zip /tmp/repo
|
|
28 |
# Add, commit, and push the zip file
|
29 |
cd /tmp/repo
|
30 |
git add dependencies.zip
|
31 |
-
git config --global user.email "
|
32 |
-
git config --global user.name "
|
33 |
git commit -m "$COMMIT_MESSAGE"
|
34 |
git push origin $BRANCH
|
35 |
|
|
|
28 |
# Add, commit, and push the zip file
|
29 |
cd /tmp/repo
|
30 |
git add dependencies.zip
|
31 |
+
git config --global user.email "adbulazuz716111@gmail.com"
|
32 |
+
git config --global user.name "Mekhlafi98"
|
33 |
git commit -m "$COMMIT_MESSAGE"
|
34 |
git push origin $BRANCH
|
35 |
|