File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ export _WEB_ROOT=$DDEV_DOCROOT
13
13
[[ $DDEV_PROJECT_TYPE == " drupal9" ]] && export _TARGET_CORE=^9
14
14
[[ $DDEV_PROJECT_TYPE == " drupal8" ]] && export _TARGET_CORE=^8
15
15
cd " $DDEV_COMPOSER_ROOT " || exit
16
- curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x /scripts/expand_composer_json.php
16
+ curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref /scripts/expand_composer_json.php
17
17
php expand_composer_json.php " $DDEV_SITENAME "
18
18
rm -f expand_composer_json.php
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ if ! command -v phpcbf >/dev/null; then
12
12
echo " phpcbf is not available. You may need to 'ddev composer install'"
13
13
exit 1
14
14
fi
15
- test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x /scripts/phpcs.xml.dist
15
+ test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref /scripts/phpcs.xml.dist
16
16
phpcbf -s --report-full --report-summary --report-source web/modules/custom " $@ "
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ if ! command -v phpcs >/dev/null; then
12
12
echo " phpcs is not available. You may need to 'ddev composer install'"
13
13
exit 1
14
14
fi
15
- test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x /scripts/phpcs.xml.dist
15
+ test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref /scripts/phpcs.xml.dist
16
16
phpcs -s --report-full --report-summary --report-source web/modules/custom " $@ "
Original file line number Diff line number Diff line change 11
11
export _WEB_ROOT=$DDEV_DOCROOT
12
12
# todo use more dynamic ref.
13
13
cd " $DDEV_COMPOSER_ROOT " || exit
14
- curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x /scripts/symlink_project.php
14
+ curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref /scripts/symlink_project.php
15
15
16
16
# Symlink name using underscores.
17
17
# @see https://www.drupal.org/docs/develop/creating-modules/naming-and-placing-your-drupal-module
You can’t perform that action at this time.
0 commit comments