diff --git a/script/cibuild b/script/cibuild index 32a8e024..5c5b86df 100755 --- a/script/cibuild +++ b/script/cibuild @@ -43,6 +43,10 @@ trap cleanup EXIT export CI_MODE=true +if [ -z "$MYSQL_VERSION" ]; then export MYSQL_VERSION=8 ; fi +if [ -z "$DISTRIBUTION" ]; then export DISTRIBUTION=debian:buster ; fi +if [ -z "$RUBY_VERSION" ]; then export RUBY_VERSION=3.2 ; fi + DISTRIBUTION_SLUG="$(echo "$DISTRIBUTION" | awk '{ gsub(":", "_") ; print $0 }')" export DISTRIBUTION_SLUG