We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fada83 commit c7e8019Copy full SHA for c7e8019
travis-ci/deploy2.sh
@@ -2,8 +2,8 @@
2
YEAR=$(date +"%Y")
3
MONTH=$(date +"%m")
4
cd $TRAVIS_BUILD_DIR
5
-git clone --depth=50 --branch=master https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
6
-git reset --hard $sha1
+#git clone --depth=50 --branch=master https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
+#git reset --hard $sha1
7
git config --global user.email "${GIT_EMAIL}"
8
git config --global user.name "${GIT_NAME}"
9
git config --global push.default simple
0 commit comments