Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions drupal-11.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: drupal-11
description: Drupal is an open source content management platform powering millions of websites and applications.
version: "11.2.5"
epoch: 1
version: "11.2.8"
epoch: 0
resources:
cpu: 17
memory: 32Gi
Expand Down Expand Up @@ -77,14 +77,14 @@ pipeline:
with:
repository: https://github.com/drupal/drupal.git
tag: ${{package.version}}
expected-commit: aeb9c6ba4c44aa621c28729ced2de50bbdcde762
expected-commit: f8bdd0862798ad59a8ebf87fb1df69642b799f5a
destination: /usr/src/${{package.name}}

- uses: git-checkout
with:
repository: https://github.com/drupal/recommended-project.git
tag: ${{package.version}}
expected-commit: 193449a6cf2cc62457a5bc5a0188c6d0d42a98c9
expected-commit: f8bdd0862798ad59a8ebf87fb1df69642b799f5a
destination: vendor-binaries

# For compatibility with upstream image that has `/opt/drupal/{vendor,recipes}`
Expand Down
Loading