Skip to content

Commit

Permalink
fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
miesgre committed Mar 5, 2019
1 parent 08fc879 commit abc981b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@ before_script:

script:
- mvn -B clean install
- echo `pwd`
- ls -lh /home/travis/.m2/repository/org/opencastproject/opencast-engage-paella-player/${OPENCAST_MVN_VERSION}/opencast-engage-paella-player-${OPENCAST_MVN_VERSION}.pom

before_deploy:
- echo `pwd`
- ls -lh /home/travis/.m2/repository/org/opencastproject/opencast-engage-paella-player/${OPENCAST_MVN_VERSION}/opencast-engage-paella-player-${OPENCAST_MVN_VERSION}.pom

deploy:
- provider: releases
api_key:
secure: nmjIncsp2ZuZHLj9O16YCJdms0seB0UC5XyeSznhdtRi5RQcNALveRPtk9dLYb8GAI66A+b0Uqw43gVuj6A8ejTJgDdXlSHJtSHbsZDZJaIOP3JQnz9kSJg13l5sOGOE00ALPuJe+zpErACVLYnrw3x7TIoMZM5jGjobyX6vkfg=
skip_cleanup: true
file:
- /home/travis/.m2/repository/org/opencastproject/opencast-engage-paella-player/${OPENCAST_MVN_VERSION}/opencast-engage-paella-player-${OPENCAST_MVN_VERSION}.pom
- /home/travis/.m2/repository/org/opencastproject/opencast-engage-paella-player/${OPENCAST_MVN_VERSION}/opencast-engage-paella-player-${OPENCAST_MVN_VERSION}.jar
on:
repo: polimediaupv/paella-opencast
tags: true
Expand Down

0 comments on commit abc981b

Please sign in to comment.