Skip to content

Commit

Permalink
Add debug to buildbot script.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Sep 30, 2021
1 parent 49e5237 commit fb5bd5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ pip3 install -r requirements.txt
BRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "Building branch $BRANCH"
if [[ "$BRANCH" == "master" ]]; then
COVERALLS_REPO_TOKEN=$GLOWPROM_COVERALLS_REPO_TOKEN coveralls
echo coverage
COVERALLS_REPO_TOKEN=$PROM433_COVERALLS_REPO_TOKEN coveralls
echo $?
semantic-release publish
fi
if [[ ${BRANCH:0:7} == "heads/v" ]]; then
Expand Down

0 comments on commit fb5bd5d

Please sign in to comment.