Skip to content

Commit

Permalink
Smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
hax0kartik committed Jun 16, 2018
1 parent e40a467 commit 4c47efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ after_success:
- mv -v $BUILD_DIR/Luma3DS/out/* $TRAVIS_BUILD_DIR/out/
before_deploy:
#Thanks angelsl and Ev1L0rd
- git tag -a "$TRAVIS_BUILD_NUMBER-luma3ds-$(git --git-dir $BUILD_DIR/Luma3DS/.git rev-parse --verify HEAD)" -m "Build for luma commit $(git --git-dir $BUILD_DIR/Luma3DS/.git rev-parse --short --verify HEAD)"
- git tag -a "$TRAVIS_BUILD_NUMBER-luma3ds-$(git --git-dir $BUILD_DIR/Luma3DS/.git rev-parse --short --verify HEAD)" -m "Build for luma commit $(git --git-dir $BUILD_DIR/Luma3DS/.git rev-parse --short --verify HEAD)"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 4c47efd

Please sign in to comment.