Skip to content

Commit

Permalink
Publish versionned managed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Mar 27, 2018
1 parent 3730d9c commit 8892052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ before_deploy:
- make release
- docker --version
- make docker-plugin
- PLUGIN_TAG=$(git describe --tags --abbrev=0) make docker-plugin
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; fi
- make docker-plugin-push
- PLUGIN_TAG=$(git describe --tags --abbrev=0) make docker-plugin-push

deploy:
provider: releases
Expand Down

0 comments on commit 8892052

Please sign in to comment.