diff options
author | varac <varacanero@zeromail.org> | 2016-10-15 22:02:11 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-10-18 21:17:13 +0200 |
commit | 3728f820ca684798a5579fc445733ef531351bb7 (patch) | |
tree | 19e1412d0099486ab229f20d4d2cd59615b695d1 /tests/platform-ci/setup.sh | |
parent | 65c7e65282a40e72d077d1462cc33e734505269c (diff) |
Use caching in setup.sh
Diffstat (limited to 'tests/platform-ci/setup.sh')
-rwxr-xr-x | tests/platform-ci/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh index e676ca37..39ef3130 100755 --- a/tests/platform-ci/setup.sh +++ b/tests/platform-ci/setup.sh @@ -1,4 +1,4 @@ #!/bin/sh -which bundle || apt install bundle -bundle install --binstubs --path=vendor --with=test --jobs $(nproc)
\ No newline at end of file +which bundle || /usr/bin/apt install bundle +/usr/local/bin/bundle install --binstubs --path=/var/cache/gitlab-runner/ --with=test --jobs "$(nproc)" |