Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal_cms
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_cms
Merge requests
!202
Issue
#3487711
: Fix tugboat previews
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3487711
: Fix tugboat previews
issue/drupal_cms-3487711:3487711-fix-tugboat
into
0.x
Overview
0
Commits
10
Pipelines
22
Changes
1
Merged
Christian López Espínola
requested to merge
issue/drupal_cms-3487711:3487711-fix-tugboat
into
0.x
6 months ago
Overview
0
Commits
10
Pipelines
22
Changes
1
Expand
Issue
#3487711
: Fix tugboat previews
Closes
#3487711
0
0
Merge request reports
Compare
0.x
version 10
1e7b3983
6 months ago
version 9
dbbdb2bf
6 months ago
version 8
6b917ab5
6 months ago
version 7
baba44aa
6 months ago
version 6
73824899
6 months ago
version 5
02b2bbf8
6 months ago
version 4
7831adc2
6 months ago
version 3
fb2485a2
6 months ago
version 2
850f82b0
6 months ago
version 1
1fb6073d
6 months ago
0.x (base)
and
latest version
latest version
73b7a3e8
10 commits,
6 months ago
version 10
1e7b3983
10 commits,
6 months ago
version 9
dbbdb2bf
9 commits,
6 months ago
version 8
6b917ab5
8 commits,
6 months ago
version 7
baba44aa
7 commits,
6 months ago
version 6
73824899
6 commits,
6 months ago
version 5
02b2bbf8
5 commits,
6 months ago
version 4
7831adc2
4 commits,
6 months ago
version 3
fb2485a2
3 commits,
6 months ago
version 2
850f82b0
2 commits,
6 months ago
version 1
1fb6073d
1 commit,
6 months ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.tugboat/config.yml
+
3
−
3
Options
@@ -13,13 +13,13 @@ services:
# TODO: remove this line when the upstream Composer issue is resolved.
-
composer self-update 2.8.0
# Add the components as globally available path repositories, simulating Packagist.
-
find $TUGBOAT_ROOT -type d -maxdepth 1 -name 'drupal_cms*' -exec composer config --global repositories.{} path {} ';
'
-
'
sed
"s|\"url\":
\"|\"url\":
\"$TUGBOAT_ROOT/|g"
components.composer.json
>
$(composer
config
--global
home)/config.json
'
# Add the project template as a globally available path repository, simulating Packagist.
-
composer config --global repositories.template path $TUGBOAT_ROOT/project_template
# Clean up from any previous build.
-
rm -Rf $TUGBOAT_ROOT/project
# Create the project.
-
composer create-project drupal/
drupal-cms-project
$TUGBOAT_ROOT/project --stability=dev
-
composer create-project drupal/
cms
$TUGBOAT_ROOT/project --stability=dev
# Symlink the Drupal root to the Apache web root.
-
ln -snf $TUGBOAT_ROOT/project/web $DOCROOT
# Create the files directory and settings.php files with appropriate perms.
@@ -58,4 +58,4 @@ services:
# Warm the caches
-
'
curl
--silent
-H
"Host:
$TUGBOAT_DEFAULT_SERVICE_URL_HOST"
http://localhost
>
/dev/null'
db
:
image
:
tugboatqa/mariadb
\ No newline at end of file
image
:
tugboatqa/mariadb
Loading