mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
[travis] use cp properly when building pill
This commit is contained in:
parent
2a96efb0d6
commit
348925ea94
@ -30,7 +30,7 @@ mkdir prev
|
||||
|autoload |
|
||||
|mount %
|
||||
.
|
||||
[ $? = 0 ] && cp -r ../sys/ prev/zod/home/sys
|
||||
[ $? = 0 ] && cp -r ../sys prev/zod/home/
|
||||
} || {
|
||||
: Pilling: Parent-pill pier not available, trying preceding pill commit
|
||||
HASH2=$(git -C .. log -2 $HASH --format=%H -- sys/ | tail -1)
|
||||
|
Loading…
Reference in New Issue
Block a user