-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "drupalwxt-svc" | ||
git clone --branch 10.3.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/site-wxt.git | ||
git clone --branch 10.4.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/site-wxt.git | ||
cd site-wxt | ||
rm composer.lock | ||
|
@@ -34,7 +34,7 @@ jobs: | |
export DB_TYPE=mysql | ||
export DB_PORT=3306 | ||
cd site-wxt | ||
git clone --branch 10.3.x https://github.com/drupalwxt/docker-scaffold.git docker | ||
git clone --branch 10.4.x https://github.com/drupalwxt/docker-scaffold.git docker | ||
make build | ||
docker compose -f docker-compose.ci.yml up -d | ||
docker ps -a | ||
|
@@ -82,8 +82,8 @@ jobs: | |
|
||
- name: Checkout repos to update tags | ||
run: | | ||
git clone --branch 10.3.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/site-wxt.git | ||
git clone --branch 10.3.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/wxt-project.git | ||
git clone --branch 10.4.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/site-wxt.git | ||
git clone --branch 10.4.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/wxt-project.git | ||
git clone --branch main https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/helm-drupal.git | ||
git clone --branch master https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/terraform-kubernetes-drupalwxt.git | ||
|
@@ -152,7 +152,7 @@ jobs: | |
git add . | ||
git commit -m "feat(composer): Update version in the composer.json file ${{ env.GITHUB_REFERENCE }}" || true | ||
git tag ${{ env.GITHUB_REFERENCE }} | ||
git push origin 10.3.x | ||
git push origin 10.4.x | ||
git push origin ${{ env.GITHUB_REFERENCE }} | ||
- name: Update tags for site-wxt | ||
|
@@ -179,15 +179,15 @@ jobs: | |
run: | | ||
git add . | ||
git commit -m "feat(composer): Update version in the composer.json file" || true | ||
git push origin 10.3.x | ||
git push origin 10.4.x | ||
- name: Push to wxt-project the latest tags | ||
run: | | ||
cd wxt-project | ||
git add . | ||
git commit -m "Update to latest version of WxT ${{ env.GITHUB_REFERENCE }}" || true | ||
git tag ${{ env.GITHUB_REFERENCE }} | ||
git push origin 10.3.x | ||
git push origin 10.4.x | ||
git push origin ${{ env.GITHUB_REFERENCE }} | ||
- name: Push to helm-drupal the latest tags | ||
|
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 |
---|---|---|
|
@@ -34,5 +34,5 @@ variables: | |
|
||
composer: | ||
variables: | ||
DRUPAL_CORE: 10.3.6 | ||
DRUPAL_CORE: 10.4.0 | ||
|
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