-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from miriamgoldman/theme-cleanup
remove themes
- Loading branch information
Showing
974 changed files
with
14 additions
and
207,603 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,15 +114,25 @@ jobs: | |
- name: Push branch to Pantheon | ||
run: | | ||
curr_branch=$( git branch --show-current ) | ||
# The dev environment is always based on the master branch | ||
branch=$( [ "$env" == "dev" ] && echo "master" || echo "$env" ) | ||
dest_branch=$( [ "$env" == "dev" ] && echo "master" || echo "$env" ) | ||
if [[ ${{ github.event_name }} == 'pull_request' ]]; then | ||
git checkout ${{ github.head_ref }} | ||
fi | ||
# Configure git to use the SSH key and avoid host key checking | ||
git config --local core.sshCommand 'ssh -i ~/.ssh/pantheon -o StrictHostKeyChecking=no' | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Actions" | ||
git remote add pantheon $(terminus connection:info ${{ vars.SITE_NAME }}.$env --field=git_url) | ||
git fetch --all | ||
echo "Pushing to $env" | ||
git push pantheon ${{ github.ref_name }}:$branch --force | ||
git fetch pantheon | ||
git checkout -b $dest_branch | ||
git pull pantheon $dest_branch --rebase | ||
git status | ||
git push pantheon $dest_branch | ||
spin_down: | ||
name: Spin down | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
wp-content/plugins/gutenberg-block-library/build/blocks/event-countdown/block.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
wp-content/plugins/gutenberg-block-library/build/blocks/event-countdown/index.asset.php
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
wp-content/plugins/gutenberg-block-library/build/blocks/event-countdown/index.css
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
wp-content/plugins/gutenberg-block-library/build/blocks/event-countdown/index.css.map
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.