Skip to content

Commit

Permalink
.travis.yml: Fix last change
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 4, 2018
1 parent e6f262c commit 7a9b3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis-deploy-to-latte-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if test -r $srcdir/.travis_ci_latte_distro_deploy_key; then
rm -f latte-distro-deploy/$DISTPATTERN
cp $DISTNAME latte-distro-deploy/
sed -i.orig 's/^LATTE_VERSION=[$]/#LATTE_VERSION=$/g;s/^LATTE_VERSION=[0-9]*.*/LATTE_VERSION='${VERSION}'/g' Makefile.am
rm -f Makefile.am.orig
msg="Upgrade LattE to $VERSION."
msg="${msg} (Automatic upload from Travis CI, ${TRAVIS_REPO_SLUG} job=${TRAVIS_JOB_NUMBER} branch=${TRAVIS_BRANCH}"
if [[ -n ${TRAVIS_TAG} ]]; then
Expand Down

0 comments on commit 7a9b3c1

Please sign in to comment.