Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Jun 23, 2015
1 parent 50cac0f commit 9db6a1e
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 @@ -22,6 +22,6 @@ after_success:
then
mvn -s .travis.maven.settings.xml deploy -DskipTests ;
#to be removed
echo ${DEPLOYMENT_JENKINS}
echo ${DEPLOYMENT_JENKINS} ;
curl -X GET http://${DEPLOYMENT_JENKINS}/job/Build-Hawkular-Image/build?token=${DEPLOYMENT_JENKINS_TOKEN} ;
fi

0 comments on commit 9db6a1e

Please sign in to comment.