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

Site install process fixes during bootstrap #659

Merged
merged 6 commits into from
Apr 17, 2024

Conversation

AronNovak
Copy link
Member

@AronNovak AronNovak changed the base branch from main to 656-choose-org-bootstrap April 16, 2024 03:59
@AronNovak AronNovak changed the title Site install SFTP mode Site install process fixes during bootstrp Apr 16, 2024
@AronNovak AronNovak changed the title Site install process fixes during bootstrp Site install process fixes during bootstrap Apr 16, 2024
Copy link
Member

@amitaibu amitaibu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@@ -16,6 +16,7 @@ env:

before_install:
- export PATH="$HOME/.config/composer/vendor/bin:$PATH"
- tmpdaemon=$(mktemp)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is it doing?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It just uses a temporary file to do manipulations on /etc/docker/daemon.json . We can't redirect to the currently manipulated file, as the shell makes it empty as a very first step.

@@ -562,7 +562,9 @@ public function deployPantheonInstallEnv(string $env = 'qa', string $pantheon_na
}

$task
->exec("terminus connection:set $pantheon_terminus_environment sftp")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth a comment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@AronNovak AronNovak merged commit 9b2990a into 656-choose-org-bootstrap Apr 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants