From 92cabc44efbc5ae8c29d5f60313db3677c9bfc18 Mon Sep 17 00:00:00 2001 From: Christopher Pow Date: Fri, 21 Dec 2018 15:34:23 +0000 Subject: [PATCH] Travis tag. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ef4fcbaa..2b39edadd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ script: - travis_wait 15 ./build/${TRAVIS_OS_NAME}-deploy.sh before_deploy: # Set up git user name and tag this commit - - git config --local user.name "Christopher Pow" - - git config --local user.email "christopher.s.pow@gmail.com" - - git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1) + #- git config --local user.name "Christopher Pow" + #- git config --local user.email "christopher.s.pow@gmail.com" + #- git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1) deploy: provider: releases