From 0d926583a481d346a325bc7fe651deadfe817c6d Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 11 Feb 2014 10:22:06 -0500 Subject: [PATCH] chore(travis): remove reset from site script --- scripts/site/publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/site/publish.sh b/scripts/site/publish.sh index 8ed38270c9..05f7bdbf5b 100755 --- a/scripts/site/publish.sh +++ b/scripts/site/publish.sh @@ -24,7 +24,6 @@ function run { --branch gh-pages cd $IONIC_SITE_DIR - git reset --hard origin/gh-pages $(replaceInFile "_config.yml" "latest_download:.*$" "latest_download: http:\/\/code.ionicframework.com\/$VERSION\/ionic-v$VERSION.zip") $(replaceInFile "_config.yml" "latest_version:.*$" "latest_version: $VERSION \"$CODENAME\"")