AWG2GDWMUPIYZBBOVNLE23HVUEICRHQBHRLSYJ5OIMWWHONKZXMQC
current=$(pijul log --limit 1 --state | grep '^State' | cut -d ' ' -f 2)
tag=$(pijul tag | grep '^State' | cut -d ' ' -f 2)
test "$current" = "tag" || complete-build
# NOTE: pijul doesn't clone the tags yet, so this is not in service
#current=$(pijul log --limit 1 --state | grep '^State' | cut -d ' ' -f 2)
#tag=$(pijul tag | grep '^State' | cut -d ' ' -f 2)
#test "$current" = "$tag" || complete-build