mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Fix build environment detection
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
ca196275d2
commit
690bb34f74
3 changed files with 32 additions and 11 deletions
|
|
@ -82,9 +82,7 @@ function prepare_ubi_environment() {
|
|||
}
|
||||
|
||||
if [[ $1 =~ debian ]]; then
|
||||
export BUILD_OS=debian
|
||||
prepare_debian_environment "$@"
|
||||
elif [[ $1 =~ ubi ]]; then
|
||||
export BUILD_OS=ubi
|
||||
prepare_ubi_environment "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue