summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-04-18 19:48:01 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-17 08:59:45 +0000
commit50003c9dd3deb5b2912644723481bdef802e35f7 (patch)
treede3ebb8e2a81237fd1d86ee543f2e0081722d1dd /yarns/implementations.yarn
parent8bec47f4e087549c1b8d5e02b3aeb1df6ef20db9 (diff)
downloadmorph-50003c9dd3deb5b2912644723481bdef802e35f7.tar.gz
Make `morph list-artifacts` work from definitions checkout
Change-Id: I711953b829c786911c46e413d2b7af3427b7ba26
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn6
1 files changed, 4 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index eab162b3..705ff14f 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -637,8 +637,10 @@ Implementations for `morph certify`
Implementations for `morph list-artifacts`
------------------------------------------
- IMPLEMENTS WHEN the user lists the artifacts which make up the system (\S+) at ref (\S+) in repository (\S+)
- attempt_morph list-artifacts "$MATCH_3" "$MATCH_2" "$MATCH_1"
+ IMPLEMENTS WHEN the user lists the artifacts which make up the system (\S+) at ref (\S+)
+ cd "$DATADIR/definitions"
+ git checkout "$MATCH_2"
+ attempt_morph list-artifacts "$MATCH_1"
Implementation sections for building
====================================