aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-09-23 09:43:28 -0400
committerZachary Scott <e@zzak.io>2015-09-23 09:43:28 -0400
commitc4c7720e118415064312267eef0ec20856840d47 (patch)
tree8b24e9fa8e66a721ebf8a26f3e8820991ad7aa14 /docker-compose.yml
parent03c088b936c1bea55687c6345799b28b98c24ee9 (diff)
downloadruby-openssl-c4c7720e118415064312267eef0ec20856840d47.tar.gz
Don't use bundler for tasks
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ae7c6f46..bc78922d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,13 +5,13 @@ compile: &defaults
environment:
RUBY_VERSION:
OPENSSL_VERSION:
- command: bundle exec rake compile
+ command: rake compile
test:
<<: *defaults
- command: bundle exec rake test
+ command: rake test
shell:
<<: *defaults
- command: bundle exec irb
+ command: irb
debug:
<<: *defaults
command: /bin/bash