Skip to content

Commit

Permalink
fix short commit hash calculation, skip-stages
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schmidtke committed Jan 23, 2019
1 parent c5d6a2e commit a40a2f2
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 @@ -129,7 +129,7 @@ jobs:
- cp ./src/multichaind-cold ${RELEASE_DIR}

# name and build the archive
- LAST_UPSTREAM_COMMIT_HASH_SHORT=$(git show $LAST_UPSTREAM_COMMIT_HASH --format=%p --no-patch)
- LAST_UPSTREAM_COMMIT_HASH_SHORT=$(git show $LAST_UPSTREAM_COMMIT_HASH --format=%h --no-patch)
- RELEASE_ARCHIVE=./multichain-${TRAVIS_BRANCH}-${LAST_UPSTREAM_COMMIT_HASH_SHORT}-${TRAVIS_OS_NAME}.tar.gz
- tar czf ${RELEASE_ARCHIVE} ${RELEASE_DIR}

Expand Down

0 comments on commit a40a2f2

Please sign in to comment.