chore(travis): remove reset from site script

This commit is contained in:
Andy Joslin
2014-02-11 10:22:06 -05:00
parent 0eccbfb4a9
commit 0d926583a4

View File

@@ -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\"")