diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-02-22 13:07:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 13:07:14 +0100 |
commit | b4e818db7887ff1ec337aaf392b5719f3931bc61 (patch) | |
tree | 10a1dc43eab43c4c85a0f9c526eb8276f35c59a6 | |
parent | 57fa4e37aaf6ccee0d75085520f96fd15752a3df (diff) | |
download | gitlab-b4e818db7887ff1ec337aaf392b5719f3931bc61.tar.gz |
chore(ci): don't try to publish existing release
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b18f8b..e96e86f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,4 @@ deploy: distributions: sdist bdist_wheel on: tags: true + skip_existing: true |