Skip to content
Snippets Groups Projects
Commit d0bd6c52 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-drupal-ci#19 Refactored download and merge scripts

parent 2e3adedc
No related branches found
No related tags found
1 merge request!25Merging develop into main
......@@ -5,7 +5,7 @@ include:
variables:
VERSION: ${CI_COMMIT_TAG}
CI_VERSION: v2.1.0
CI_VERSION: v2.1.1
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
......@@ -4,7 +4,7 @@ function getConfig() {
if [[ ! -n ${PHP_VERSION} ]]; then
while true; do
DEFAULT=8.1
read -p "WhIich PHP version is your project using [7.4, 8.0, 8.1, 8.2]? " VALUE
read -p "Which PHP version is your project using [7.4, 8.0, 8.1, 8.2]? " VALUE
if [[ "x$VALUE" == "x" ]]; then
PHP_VERSION=$DEFAULT
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment