blob: 533abc55e71c22eb75ff2774e67eeb0eed1be1fc [file] [log] [blame]
#!/bin/bash -e
BUILDER=dart-editor-linux
if [[ "$1" == "full" ]];
then
BUILDER=dart-editor
fi
export BUILDBOT_BUILDERNAME=$BUILDER
echo "BUILDBOT_BUILDERNAME = $BUILDBOT_BUILDERNAME"
python ../../client/tools/buildbot_annotated_steps.py