mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
Replace the version-specific Dockerfiles with one staged Dockerfile
This commit is contained in:
parent
5940fe10a6
commit
ff5adc5696
19 changed files with 75 additions and 271 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
docker_compose="docker-compose --file test-envs/docker-compose-$1-$2.yml"
|
||||
export RUBY_VERSION=$1
|
||||
|
||||
docker_compose="docker-compose --file test-envs/docker-compose-$2.yml"
|
||||
|
||||
function cleanup() {
|
||||
$docker_compose down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue