Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 27, 2025
1 parent b24c2c0 commit 73ac400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ update_drupal_cms_template() {
cp -R composer.json web /tmp/drupal-cms-template
cd /tmp/drupal-cms-template
# Drupal CMS source has no composer.lock file by default.
apk add --update composer
composer update --no-install --ignore-platform-reqs
_git_commit /tmp/drupal-cms-template "Update Drupal CMS 1.x"
git push origin
Expand Down

0 comments on commit 73ac400

Please sign in to comment.