From d78a5aecba3beb705d53e635ce836d73dcc35f48 Mon Sep 17 00:00:00 2001
From: Cassiano Aquino <caquino@users.noreply.github.com>
Date: Thu, 3 Oct 2019 13:24:48 +0100
Subject: [PATCH] Removed tagging from travis-ci

As we are adding tags on the repository itself, it's not required to add tags via travis-ci.

This makes our build process fail.
---
 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6a7249e..a621a43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,10 +43,3 @@ script:
   - sudo make clean
   - sudo -E env "PATH=$PATH" make install
   - sudo make image -e PWN_HOSTNAME=pwnagotchi VERSION=$TRAVIS_TAG
-
-before_deploy:
-  # Set up git user name and tag this commit
-  - git config --local user.name "evilsocket"
-  - git config --local user.email "evilsocket@gmail.com"
-  - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
-  - git tag $TRAVIS_TAG