Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!7757
Draft: Use mstrelan/drupalci-php:8.3-frankenphp
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Use mstrelan/drupalci-php:8.3-frankenphp
issue/drupal-3437187:3437187-gitlab-ci
into
11.x
Overview
5
Commits
14
Pipelines
18
Changes
4
2 unresolved threads
Hide all comments
Open
Michael Strelan
requested to merge
issue/drupal-3437187:3437187-gitlab-ci
into
11.x
1 year ago
Overview
5
Commits
14
Pipelines
18
Changes
4
2 unresolved threads
Hide all comments
Expand
Attempt to build a franken-image combining frankenphp and drupalci
1
0
Merge request reports
Compare
11.x
version 13
f6bf422b
1 year ago
version 12
cbd2e6bd
1 year ago
version 11
5b71e9f0
1 year ago
version 10
1a1410f1
1 year ago
version 9
9b6a152b
1 year ago
version 8
b15018d1
1 year ago
version 7
87682b0f
1 year ago
version 6
d833c7f5
1 year ago
version 5
756b0132
1 year ago
version 4
b2236bbd
1 year ago
version 3
be1a54a5
1 year ago
version 2
17b62d59
1 year ago
version 1
e3c39e99
1 year ago
11.x (base)
and
latest version
latest version
b8c0567e
14 commits,
1 year ago
version 13
f6bf422b
13 commits,
1 year ago
version 12
cbd2e6bd
12 commits,
1 year ago
version 11
5b71e9f0
11 commits,
1 year ago
version 10
1a1410f1
10 commits,
1 year ago
version 9
9b6a152b
9 commits,
1 year ago
version 8
b15018d1
8 commits,
1 year ago
version 7
87682b0f
7 commits,
1 year ago
version 6
d833c7f5
6 commits,
1 year ago
version 5
756b0132
5 commits,
1 year ago
version 4
b2236bbd
4 commits,
1 year ago
version 3
be1a54a5
3 commits,
1 year ago
version 2
17b62d59
2 commits,
1 year ago
version 1
e3c39e99
1 commit,
1 year ago
4 files
+
48
−
174
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci/scripts/server-setup.sh
+
5
−
5
Options
#!/bin/bash
ln
-s
$CI_PROJECT_DIR
/var/www/html
/subdirectory
sudo
service apache2 start
mkdir
-p
./sites/simpletest ./sites/default/files ./build/logs/junit /var/www/.composer
chown
-R
www-data:www-data ./sites ./build/logs/junit ./vendor /var/www/
sudo
-u
www-data git config
--global
--add
safe.directory
$CI_PROJECT_DIR
sudo
ln
-s
$CI_PROJECT_DIR
/var/www/html
/usr/local/bin/frankenphp start
--config
/etc/caddy/Caddyfile
sudo
mkdir
-p
./sites/simpletest ./sites/default/files ./build/logs/junit /var/www/.composer
#
chown -R www-data:www-data ./sites ./build/logs/junit ./vendor /var/www/
#
sudo -u www-data git config --global --add safe.directory $CI_PROJECT_DIR
Loading