Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LakeDropsDrupalDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
LakeDropsDrupalDev
Commits
d0bd6c52
Commit
d0bd6c52
authored
2 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-drupal-ci#19
Refactored download and merge scripts
parent
2e3adedc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!25
Merging develop into main
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
run/scripts/start
+1
-1
1 addition, 1 deletion
run/scripts/start
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d0bd6c52
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
run/scripts/start
+
1
−
1
View file @
d0bd6c52
...
...
@@ -4,7 +4,7 @@ function getConfig() {
if
[[
!
-n
${
PHP_VERSION
}
]]
;
then
while
true
;
do
DEFAULT
=
8.1
read
-p
"Wh
I
ich 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment