1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-02 00:20:48 +00:00

Adds tag for deploy artifacts

This commit is contained in:
John Jarvis 2020-05-01 22:43:22 +02:00 committed by arnaudroques
parent ba6081902b
commit 36ccc2f25c

View File

@ -28,6 +28,8 @@ jobs:
token: "$GITHUB_TOKEN" token: "$GITHUB_TOKEN"
file: "target/plantuml-${TRAVIS_BRANCH}.war" file: "target/plantuml-${TRAVIS_BRANCH}.war"
cleanup: true cleanup: true
on:
tags: true
- stage: docker-tag - stage: docker-tag
name: jetty-tag name: jetty-tag