Skip to content

Commit

Permalink
chore: update upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 29, 2022
1 parent 8d999d3 commit 463b0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
uses: jonaseberle/github-action-setup-ddev@v1
with:
autostart: false
- name: Setup .env πŸ‘¨πŸ»β€πŸ’»
run: cp .env.example .env
- name: Start ddev πŸ‘¨πŸ»β€πŸ’»
run: cd drupal && ddev start
- name: Install Drupal πŸ‘¨πŸ»β€πŸ’»
run: cd drupal && ddev composer install && ddev drush -y tome:install

- name: Rebase upstream develop πŸ›Ž
run: git stash && git rebase -Xours upstream/develop
- name: Various fixes
run: sed -i 's/quickstart-druxtsite/drupal/g' drupal/.ddev/config.yaml

- name: Reinstall Tome πŸ‘¨πŸ»β€πŸ’»
run: cd drupal && ddev composer require drupal/tome drupal-tome/tome_drush -W
Expand Down

0 comments on commit 463b0b2

Please sign in to comment.