Skip to content

Commit

Permalink
Remove nat.flybrains from travisbuildchildren.sh script
Browse files Browse the repository at this point in the history
nat.templatebrains now triggers a rebuild of nat.flybrains
  • Loading branch information
jdmanton committed Aug 4, 2014
1 parent 071e500 commit 5ac1020
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions travisbuildchildren.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ BUILD_NUM=$(curl -s 'https://api.travis-ci.org/repos/jefferislab/nat.templatebra
# Restart last nat.templatebrains build
curl -X POST https://api.travis-ci.org/builds/$BUILD_NUM/restart --header "Authorization: token "$AUTH_TOKEN

# Get last nat.flybrains build number
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')
# Restart last nat.flybrains build
curl -X POST https://api.travis-ci.org/builds/$BUILD_NUM/restart --header "Authorization: token "$AUTH_TOKEN

# Get last nat.nblast build number
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')
# Restart last nat.nblast build
Expand Down

0 comments on commit 5ac1020

Please sign in to comment.