summaryrefslogtreecommitdiff
path: root/testing/library.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2016-01-13 16:37:15 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2016-01-13 16:37:15 +0000
commit424f4db0ef0a1e34c2334b5a0ff72c7d04cf36d8 (patch)
tree0fab1ed0f35199820b75ac5b40d0b378ef8f0678 /testing/library.yarn
parent287b045f98466ca05d1a53e2b6edd1e845c6df69 (diff)
downloadgitano-424f4db0ef0a1e34c2334b5a0ff72c7d04cf36d8.tar.gz
testing: extend gtt to support pushing
Diffstat (limited to 'testing/library.yarn')
-rw-r--r--testing/library.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/library.yarn b/testing/library.yarn
index aeeb0bf..b795580 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -37,6 +37,9 @@ Repository access
IMPLEMENTS WHEN ([a-z][a-z0-9]*),? using ([a-z][a-z0-9]*),? clones ([^ ]+) as ([^ ]+)( with depth (\d+))?
$GTT cloneviassh $MATCH_1 $MATCH_2 "$MATCH_3" "$MATCH_4" ${MATCH_5:+ --no-local --depth="$MATCH_6"}
+ IMPLEMENTS WHEN ([a-z][a-z0-9]*),? using ([a-z][a-z0-9]*),? pushes ([^ ]+) to ([^ ]+)
+ $GTT pushviassh $MATCH_1 $MATCH_2 "$MATCH_3" "$MATCH_4"
+
Server-side repository checking for behind-the-scenes work
----------------------------------------------------------