File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ version: "2"
12
12
# #######################################################################################################
13
13
14
14
services :
15
- ruby_appoptics :
16
- container_name : ruby_appoptics
17
- image : ruby_appoptics
15
+ ruby_appoptics_apm :
16
+ container_name : ruby_appoptics_apm
17
+ image : ruby_appoptics_apm
18
18
build :
19
19
context : .
20
20
dockerfile : ./Dockerfile_test
Original file line number Diff line number Diff line change 26
26
27
27
matrix . each do |args |
28
28
args [ 'rvm' ] = '1.9.3-p551' if args [ 'rvm' ] =~ /1.9.3/
29
- `docker-compose run --rm --service-ports ruby_appoptics /code/ruby-appoptics_apm/ruby_setup.sh #{ args [ 'rvm' ] } #{ args [ 'gemfile' ] } `
29
+ `docker-compose run --rm --service-ports ruby_appoptics_apm /code/ruby-appoptics_apm/ruby_setup.sh #{ args [ 'rvm' ] } #{ args [ 'gemfile' ] } `
30
30
end
31
31
32
32
# `docker-compose down --rmi all`
You can’t perform that action at this time.
0 commit comments