Skip to content

Commit

Permalink
Merge pull request #13 from vext01/testing
Browse files Browse the repository at this point in the history
test again.
  • Loading branch information
vext01 authored Nov 6, 2023
2 parents 22aaffe + dec8307 commit f32d78b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

set -e

# We only want checks to really run when a github merge queue pushes a branch.
if [ "${EVENT}" = "pull_request" ]; then
exit 0
elif [ "${EVENT}" != "push" ]; then
echo "Unknown event. Failing CI"
fi

for i in `seq 30`; do
echo $i
done

echo hi 1

exit 0
exit 1

0 comments on commit f32d78b

Please sign in to comment.