cascading-pr/tests/originrepo/upgraded

12 lines
187 B
Bash
Executable file

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