Skip to content

Commit

Permalink
[FIX] Use correct global composer directory for deployment to TER
Browse files Browse the repository at this point in the history
  • Loading branch information
malteriechmann committed Oct 5, 2018
1 parent 357229b commit 16afa31
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 @@ -21,5 +21,5 @@ jobs:
composer extension-release
# Upload
echo "Uploading release ${TRAVIS_TAG} to TER"
/home/travis/.composer/vendor/bin/ter-client upload t3fetch . -u "$TYPO3_ORG_USERNAME" -p "$TYPO3_ORG_PASSWORD" -m "$TAG_MESSAGE"
/home/travis/.config/composer/vendor/bin/ter-client upload t3fetch . -u "$TYPO3_ORG_USERNAME" -p "$TYPO3_ORG_PASSWORD" -m "$TAG_MESSAGE"
fi;

0 comments on commit 16afa31

Please sign in to comment.