-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
terminus-github-actions
and Sage install script cleanup (#123)
* put composer diff into a details block * use terminus-github-actions * skip things for CI-only runs * skip multisite stuff if we're not on multisite * add a workflow:wait to wait for the commit to finish before switching to sftp * bail early if CI rather than continuing if _not_ CI * check if is_multisite is 1 rather than anything, we might get weird output if it's not true * only create the directory if it doesn't exist * wrap statement in quotes * verbose output and ls the contents of /files * log that we're checking for multisite so it looks slightly less weird that we're erroring if it's not * remove ="" * use config is-true rather than config get * genrenate a random theme name * change our grep pattern * use `config is-true` directly * replace spaces with hyphens * remove non alphanumeric characters this will skip weird stuff and make the output more consistent
- Loading branch information
1 parent
de89b63
commit 20f44e7
Showing
3 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters