We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3703837 commit 7ae8b6eCopy full SHA for 7ae8b6e
Dockerfile.ci
@@ -10,6 +10,5 @@ WORKDIR $WORKDIR
10
COPY . $WORKDIR
11
12
RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
13
-RUN bundle exec gem list
14
15
CMD ["sh"]
0 commit comments