-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PE-638 Drupal 10.3.6 update and various module updates (#614)
* PE-638 Update npm and yarn packages * PE-638 Drupal 10.3.5 update * PE-638 Update Drupal modules * PE-638 Incorporate recent changes into services.yml and settings.php * PE-638 Use strict samesite cookies * PE-638 Refactor Github action when rebasing sandbox branch * PE-638 Drupal 10.3.6 update
- Loading branch information
1 parent
f25f8ff
commit bbcf573
Showing
17 changed files
with
6,390 additions
and
6,116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,8 @@ jobs: | |
- name: Rebase the Sandbox branch on Github | ||
run: | | ||
git fetch --all --quiet | ||
git switch master | ||
git checkout sandbox | ||
git config --global user.name "BTS eGov" | ||
git config --global user.email [email protected] | ||
git rebase -X ours origin/master | ||
git rebase origin/master | ||
git push -f |
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
Oops, something went wrong.