Skip to content

Commit

Permalink
Travis: Set proper dir before checking git
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Nov 27, 2018
1 parent 7e9afe8 commit e583a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ if [ $bIsPrerelease -eq 0 ]; then
downloadAndMergePackageJSON "https://github.com/$TRAVIS_REPO_SLUG/releases/download/${prev_release}/${PACKAGE_JSON_REL}" "${pkgJsonRel}" "${curlAuth}" "$releaseDir"

# Release notes: GIT log comments (prev_release, current_release>
git log --oneline $prev_release.. > $releaseDir/commits.txt
cd $srcdir && git log --oneline $prev_release.. > $releaseDir/commits.txt
fi
fi

Expand Down

0 comments on commit e583a0e

Please sign in to comment.