Skip to content

Commit 12fa7f4

Browse files
committed
Try a different rvm thing
1 parent 7e50920 commit 12fa7f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

runtests

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ main() {
4747
PATH="${PATH}" \
4848
TERM="${TERM}" \
4949
LANG="${LANG}" \
50+
GEM_HOME="${GEM_HOME}" \
51+
GEM_PATH="${GEM_PATH}" \
5052
bash -c "source '${env_file}' && bash ${BASH_SOURCE[0]} ${exec_opts}"
5153
fi
5254

@@ -75,9 +77,6 @@ main() {
7577
done
7678

7779
echo 'Running rubocop'
78-
if ! bundle exec rubocop --version &>/dev/null; then
79-
rvm use --install --fuzzy "$(cat .ruby-version)"
80-
fi
8180
bundle exec rubocop
8281

8382
for d in $(git ls-files '*.tf' | xargs -n1 dirname | LC_ALL=C sort | uniq); do

0 commit comments

Comments
 (0)