Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backerymails
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
backerymails
Merge requests
!2
add Drupal GitlabCI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add Drupal GitlabCI
30x/gitlab-ci
into
3.0.x
Overview
0
Commits
7
Pipelines
7
Changes
13
Merged
Kevin Wenger
requested to merge
30x/gitlab-ci
into
3.0.x
1 year ago
Overview
0
Commits
7
Pipelines
7
Changes
13
Expand
0
0
Merge request reports
Compare
3.0.x
version 6
78022f8c
1 year ago
version 5
fa2f1a38
1 year ago
version 4
af0678b8
1 year ago
version 3
fa2f1a38
1 year ago
version 2
2f8b0416
1 year ago
version 1
6bc653c1
1 year ago
3.0.x (base)
and
latest version
latest version
93da9d27
7 commits,
1 year ago
version 6
78022f8c
7 commits,
1 year ago
version 5
fa2f1a38
6 commits,
1 year ago
version 4
af0678b8
7 commits,
1 year ago
version 3
fa2f1a38
6 commits,
1 year ago
version 2
2f8b0416
4 commits,
1 year ago
version 1
6bc653c1
3 commits,
1 year ago
13 files
+
122
−
38
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/ci.yml
+
1
−
1
Options
@@ -63,7 +63,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v
2
uses
:
docker/setup-buildx-action@v
3
-
run
:
docker compose -f docker-compose.yml pull --include-deps drupal
-
name
:
Build the docker compose stack
run
:
docker compose -f docker-compose.yml build --pull --build-arg BASE_IMAGE_TAG=${{ matrix.drupal_version }} drupal
Loading