recursecenter / pairing-bot

A Zulip bot that partners people for pair programming practice
MIT License
22 stars 15 forks source link

Add a version command #54

Open cceckman opened 3 months ago

cceckman commented 3 months ago

@jdkaplan and I had exactly the same thought when addressing #51 --

It would be nice to have a command in Pairing Bot that echoes the version deployed (e.g. the SHA of the deployment commit), so we can check that the deploy was successful in an end-to-end manner.

jdkaplan commented 2 months ago

PB has a version command now! It prints the App Engine version (basically a timestamp).

If anyone knows how to get App Engine to build a Go app with -buildvcs=true, that would be even better!

(I'm leaving this open for a little longer in case we do get a way to get commit info threaded through somehow.)