We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86374 commit c497405Copy full SHA for c497405
.travis.yml
@@ -67,16 +67,6 @@ jobs:
67
install: true
68
script: dev/pre-deploy.sh
69
deploy:
70
- - provider: releases
71
- name: "$TRAVIS_TAG"
72
- prerelease: true
73
- api_key:
74
- secure: bCywC9GdBIzLvLG3cgM9SgOAdMRQchmqEyKQZtIfK4iNzH3GjZwLMH91Oha0X3XU/n+nxGKw2E9qpYRzWlcbxHXqIgjFTt+hkt7zAldjjyWJnOcAYqdUDfsH3NqNQBqMBg8q7Bjc0LVS6PfpTpZliZISrL6KSyDprRg7C0S+HAk=
75
- file: distribution/target/opengrok-$TRAVIS_TAG.tar.gz
76
- skip_cleanup: true
77
- on:
78
- condition: "$TRAVIS_TAG =~ rc[0-9]+$"
79
- all_branches: true
80
- provider: releases
81
name: "$TRAVIS_TAG"
82
api_key:
0 commit comments