cascading-pr/tests/originrepo/upgraded

15 lines
233 B
Text
Raw Permalink Normal View History

2023-10-12 22:22:11 +02:00
#!/bin/bash
2023-10-13 21:08:52 +02:00
set -ex
2023-10-12 22:22:11 +02:00
2023-10-13 21:08:52 +02:00
destination_checkout="$1"
destination_pr_json="$2"
origin_checkout="$3"
origin_pr_json="$4"
2023-10-13 21:08:52 +02:00
test -d $destination_checkout
test -d $origin_checkout
2023-10-13 21:08:52 +02:00
test -f $origin_pr_json
date +%s > $destination_checkout/last