Skip to content

Commit efdf5c7

Browse files
committed
Do not send tracers version when triggering build on extractor.java
1 parent 086f3aa commit efdf5c7

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ before_cache:
55
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
66
cache:
77
directories:
8-
- "$HOME/.gradle/caches/"
9-
- "$HOME/.gradle/wrapper/"
8+
- $HOME/.gradle/caches/
9+
- $HOME/.gradle/wrapper/
1010
deploy:
1111
# Publish Javadoc to GitHub Pages
1212
- provider: pages
@@ -31,7 +31,7 @@ deploy:
3131

3232
# Trigger Travis CI to deploy `extractor.java`
3333
- provider: script
34-
script: .travis/extractor.sh $TRAVIS_TAG $TRAVIS_ACCESS_TOKEN
34+
script: .travis/extractor.sh $TRAVIS_ACCESS_TOKEN
3535
on:
3636
tags: true
3737
env:

.travis/extractor.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
#!/usr/bin/env bash
22

3-
TRAVIS_TAG=$1
4-
TRAVIS_ACCESS_TOKEN=$2
3+
TRAVIS_ACCESS_TOKEN=$1
54
GITHUB_USER="algorithm-visualizer"
65
GITHUB_REPO="extractor.java"
7-
86
BODY="{
97
\"request\": {
10-
\"branch\": \"master\",
11-
\"config\": {
12-
\"env\": {
13-
\"TRACERS_VERSION\": \"${TRAVIS_TAG}\"
14-
}
15-
}
8+
\"branch\": \"master\"
169
}
1710
}"
1811

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java-library'
22
apply plugin: 'maven'
33

44
group = 'org.algorithm-visualizer'
5-
version = '2.3.8'
5+
version = '2.3.9'
66
sourceCompatibility = 1.8
77

88
repositories {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy