update merge

This commit is contained in:
Earl Warren 2023-10-13 21:08:52 +02:00
parent c87d693481
commit b89d03dbb7
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 43 additions and 9 deletions

View file

@ -1,5 +1,13 @@
#!/bin/bash
destination="$1"
set -ex
date +%s > $destination/last
destination_checkout="$1"
destination_pr_json="$2"
origin_pr_json="$3"
test -d $destination_checkout
test -f $destination_pr_json
test -f $origin_pr_json
date +%s > $destination_checkout/last