Skip to content

Commit

Permalink
Added hour and minute to tags and ISO. This matches the ISO "buildnum"
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode committed Jan 4, 2018
1 parent c2b6994 commit 73726ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ services:
install: true
script:
- curl -LOJ ${ISO_MIRROR}
- travis_wait 30 docker run -a stdout -v ${PWD}:/sources -v ${PWD}/build:/output:Z -w /sources ${DOCKER_IMAGE}:latest /sources/master-iso.sh $(basename ${ISO_MIRROR}) /output/rocknsm-2.1-nightly-$(date +%Y%m%d).iso
- travis_wait 30 docker run -a stdout -v ${PWD}:/sources -v ${PWD}/build:/output:Z -w /sources ${DOCKER_IMAGE}:latest /sources/master-iso.sh $(basename ${ISO_MIRROR}) /output/rocknsm-2.1-nightly-$(date +%Y%m%d-%H%M).iso
- echo "TRAVIS_TAG=${TRAVIS_TAG}"
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "Travis CI"
- git config --local user.email "[email protected]"
- git checkout ${TRAVIS_BRANCH}
- git tag "nightly-$(date +'%Y%m%d')"
- git tag "nightly-$(date +'%Y%m%d-%H%M')"
deploy:
- provider: releases
skip_cleanup: true
Expand Down

0 comments on commit 73726ff

Please sign in to comment.