Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d0c5d69

Browse files
authored
Fixing default acquia-pipelines.yml for new project.yml location. (#683)
1 parent 398af86 commit d0c5d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pipelines/acquia-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ events:
3333
# - sh -e /etc/init.d/xvfb start
3434
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site.
3535
- drupal init
36-
- drupal yaml:update:value project.yml project.local.hostname '127.0.0.1:8888'
36+
- drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
3737
- blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript&&experimental' ci:build:validate:test
3838

3939
# Generate

0 commit comments

Comments
 (0)