buildserver install shards
This commit is contained in:
parent
2300874637
commit
c92704390d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ cd ~
|
|||
rm -rf "$REPO_NAME"
|
||||
git clone "$CLONE_URL"
|
||||
cd "$REPO_NAME"
|
||||
shards install
|
||||
|
||||
for ARCH in $(jq -r '.architectures | keys[]' <<< $CONFIG)
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue