1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-10 15:26:38 +00:00

fix tag (2)

This commit is contained in:
bebbo
2019-05-03 13:41:49 +02:00
parent a773c87bda
commit 053eba1265

View File

@@ -25,7 +25,7 @@ script:
before_deploy:
- git config --local user.name "bebbo@travis-ci"
- git config --local user.email "bebbo@bejy.net"
- export TRAVIS_TAG=latest-$(date)
- export TRAVIS_TAG=latest-$(date +'%Y%m%d%H%M%S')
- git tag $TRAVIS_TAG
deploy:
provider: releases