From 9e8f88f000106916e1f0ef008224229da8cf4095 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 27 Mar 2018 16:49:48 +0200 Subject: [PATCH] fixed ci build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53fe5c3ba..bdec7451d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_deploy: if [ -n "$TRAVIS_TAG" ]; then mvn -fmain/pom.xml org.codehaus.mojo:versions-maven-plugin:set -DnewVersion=$TRAVIS_TAG else - mvn -fmain/pom.xml org.codehaus.mojo:versions-maven-plugin:set -DnewVersion=SNAPSHOT-$(date +'%FT%T') + mvn -fmain/pom.xml org.codehaus.mojo:versions-maven-plugin:set -DnewVersion=SNAPSHOT-$(date +'%Y%m%d-%H%M%S') git tag -f continuous git remote add gh https://cryptobot:${GITHUB_API_KEY}@github.com/cryptomator/cryptomator.git git push -f gh continuous