mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'fix-os-detection' into 'master'
Fix base image detection See merge request gitlab-org/gitlab-build-images!563
This commit is contained in:
commit
7081d6fbee
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ function parse_arguments() {
|
|||
version="${!tool}"
|
||||
case "$tool" in
|
||||
ARCH) CUSTOM_DOCKER_ARCH=$version ;;
|
||||
OS) CUSTOM_BASE_IMAGE=get_base_image_reference $version ;;
|
||||
OS) CUSTOM_BASE_IMAGE=$(get_base_image_reference $version) ;;
|
||||
RUBY) print_ruby_args $version ;;
|
||||
BUNDLER) print_bundler_args $version ;;
|
||||
RUBYGEMS) print_rubygems_args $version ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue