Skip to content

Commit

Permalink
[BUGFIX] Add missin directory param to upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Apr 15, 2019
1 parent 03e3020 commit 16eb82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy_ter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ echo "Setting version to ${TRAVIS_TAG#"v"}"
../typo3-repository-client/bin/setversion ${TRAVIS_TAG#"v"}

echo "Uploading release ${TRAVIS_TAG} to TER"
../typo3-repository-client/bin/upload "$TYPO3_ORG_USERNAME" "$TYPO3_ORG_PASSWORD" "$TAG_MESSAGE"
../typo3-repository-client/bin/upload . "$TYPO3_ORG_USERNAME" "$TYPO3_ORG_PASSWORD" "$TAG_MESSAGE"

0 comments on commit 16eb82b

Please sign in to comment.