Skip to content

Commit

Permalink
Merge branch 'dev' into releases/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 29, 2024
2 parents 91f72e3 + 4e28ec4 commit 881db53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
folder: integration
single-commit: true
clean: true
silent: true
silent: false

integration-checkout-v1:
needs: integration-cross-repo-push
Expand All @@ -45,7 +45,7 @@ jobs:
target-folder: cat/montezuma
git-config-name: Montezuma
git-config-email: [email protected]
silent: true
silent: false

- name: Cleanup Generated Branch
uses: dawidd6/[email protected]
Expand All @@ -67,7 +67,7 @@ jobs:
with:
folder: integration
target-folder: cat/montezuma2
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
folder: integration
target-folder: cat/montezuma2
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand All @@ -126,7 +126,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
folder: integration
target-folder: cat/montezuma3
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
ssh-key: true
folder: integration
target-folder: cat/montezuma4
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
folder: integration
target-folder: cat/montezuma4
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand All @@ -196,7 +196,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
folder: integration
target-folder: cat/subsequent
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
folder: integration
clean: true
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand All @@ -251,7 +251,7 @@ jobs:
branch: integration-test-delete-prod
folder: integration
single-commit: true
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand All @@ -263,7 +263,7 @@ jobs:
folder: integration
single-commit: true
target-folder: jives
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
with:
folder: .
target-folder: cat/montezuma5
silent: true
silent: false
git-config-name: Montezuma
git-config-email: [email protected]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
call-integration-workflow:
name: Verify Major Tag 🚀
needs: update-majorver
secrets: inherit
uses: ./.github/workflows/integration.yml

update-registries:
Expand Down

0 comments on commit 881db53

Please sign in to comment.