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 959e9b8 commit 425b670Copy full SHA for 425b670
.travis.yml
@@ -9,15 +9,15 @@ before_script:
9
- chmod +x travis/deploy.sh
10
- chmod +x travis/checkForTag.sh
11
- git config credential.helper "store --file=.git/credentials"
12
- - echo "https://${MY_GH_TOKEN_OXYGEN}:@github.com" > .git/credentials
+ - echo "https://${PROLOG_TOKEN}:@github.com" > .git/credentials
13
- ./travis/checkForTag.sh
14
script:
15
- mvn clean install
16
before_deploy:
17
- ./travis/deploy.sh
18
deploy:
19
provider: releases
20
- api_key: ${MY_GH_TOKEN_OXYGEN}
+ api_key: ${PROLOG_TOKEN}
21
file:
22
- target/oxygen-prolog-updater-${TRAVIS_TAG}-plugin.jar
23
- target/addon.xml
0 commit comments