File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ BUILD_NUM=$(curl -s 'https://api.travis-ci.org/repos/jefferislab/nat.templatebra
10
10
# Restart last nat.templatebrains build
11
11
curl -X POST https://api.travis-ci.org/builds/$BUILD_NUM /restart --header " Authorization: token " $AUTH_TOKEN
12
12
13
- # Get last nat.flybrains build number
14
- BUILD_NUM=$( curl -s ' https://api.travis-ci.org/repos/jefferislab/nat.flybrains/builds' | grep -o ' ^\[{"id":[0-9]*,' | grep -o ' [0-9]' | tr -d ' \n' )
15
- # Restart last nat.flybrains build
16
- curl -X POST https://api.travis-ci.org/builds/$BUILD_NUM /restart --header " Authorization: token " $AUTH_TOKEN
17
-
18
13
# Get last nat.nblast build number
19
14
BUILD_NUM=$( curl -s ' https://api.travis-ci.org/repos/jefferislab/nat.nblast/builds' | grep -o ' ^\[{"id":[0-9]*,' | grep -o ' [0-9]' | tr -d ' \n' )
20
15
# Restart last nat.nblast build
You can’t perform that action at this time.
0 commit comments