Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.9.x Head Pipelines Error #1538

Closed
aweingarten opened this issue May 28, 2017 · 5 comments
Closed

8.9.x Head Pipelines Error #1538

aweingarten opened this issue May 28, 2017 · 5 comments
Labels
Bug Something isn't working

Comments

@aweingarten
Copy link
Contributor

aweingarten commented May 28, 2017

While running a pipelines build Getting sh: 1: -t: not found

> setup:hash-salt
Hash salt already exists.
> setup:drupal:install
[warning] The drupal local.settings.php file is missing.
>> drupal:install
[Acquia\Blt\Robo\Tasks\DrushTask] Running /mnt/tmp/local.prod/source/vendor/bin/drush @self site-install myprofile install_configure_form.update_status_module='array(FALSE,FALSE)' --site-name='My Site' [email protected] --account-name=Ls9utlED4v [email protected] --locale=en --config-dir=../config/mysite.com --uri=default --yes in /mnt/tmp/local.prod/source/docroot
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the        [ok]
--notify global option.
sh: 1: -t: not found

The build eventually fails during CMI import with

Import the listed configuration changes? (y/n): y
pipelines_kill_background_processes
pstree -p $$ | grep -E -o '([0-9]+)' | grep -v "^$$\$" | sort -k2 -rn
Killing background jobs
@aweingarten aweingarten changed the title 8.9.x Head installs 8.9.x Head Pipelines Error May 28, 2017
@grasmash
Copy link
Contributor

Does Drupal install successfully? Is this just a warning?

@grasmash grasmash added the Bug Something isn't working label May 28, 2017
@aweingarten
Copy link
Contributor Author

Adding the default directory solved [warning] The drupal local.settings.php file is missing. Build still fails :(

@grasmash
Copy link
Contributor

Can you paste the full output please?

@aweingarten
Copy link
Contributor Author

aweingarten commented May 29, 2017 via email

@grasmash
Copy link
Contributor

Addressed in #1544.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants