Skip to content

Commit

Permalink
Merge branch 'trunk' into add/my-protect-card-scan-threats
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottprogrammer committed Jul 12, 2024
2 parents c5eb3db + f9312c7 commit c6643cb
Show file tree
Hide file tree
Showing 773 changed files with 28,642 additions and 105,020 deletions.
2 changes: 1 addition & 1 deletion .github/files/check-lock-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for FILE in $(git -c core.quotepath=off ls-files 'pnpm-lock.yaml' '**/pnpm-lock.
echo "::endgroup::"
if ! git diff --exit-code pnpm-lock.yaml; then
echo "---" # Bracket message containing newlines for better visibility in GH's logs.
echo "::error file=$FILE::$FILE is not up to date!%0AYou can probably fix this by running \`pnpm install\` in the appropriate directory."
echo "::error file=$FILE::$FILE is not up to date!%0AYou can probably fix this by running \`pnpm install\`.%0AIf that doesn't do it, try \`pnpm install --resolution-only\`."
echo "---"
EXIT=1
fi
Expand Down
10 changes: 4 additions & 6 deletions .github/files/jetpack-staging-sites/k6-shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ export const sites = [
note: 'normal site',
blog_id: '215379549',
},
/* Comment out pending rename. p1720019588866209-slack-C05Q5HSS013
{
url: 'https://jetpackedgephp74.wpcomstaging.com',
note: 'php 7.4',
url: 'https://jetpackedgephpold.wpcomstaging.com',
note: 'php old',
blog_id: '215379848',
},
{
url: 'https://jetpackedgephp82.wpcomstaging.com',
note: 'php 8.2',
url: 'https://jetpackedgephpnew.wpcomstaging.com',
note: 'php new',
blog_id: '215380000',
},
*/
{
url: 'https://jetpackedgeecomm.wpcomstaging.com',
note: 'ecommerce plan',
Expand Down
25 changes: 12 additions & 13 deletions .github/files/jetpack-staging-sites/update-jetpack-staging-sites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ SITES='{
"ssh_string": "[email protected]",
"blog_id": "215379549"
},
"jetpackedgephpold.wpcomstaging.com": {
"url": "https://jetpackedgephpold.wpcomstaging.com/",
"note": "php old",
"ssh_string": "[email protected]",
"blog_id": "215379848"
},
"jetpackedgephpnew.wpcomstaging.com": {
"url": "https://jetpackedgephpnew.wpcomstaging.com/",
"note": "php new",
"ssh_string": "[email protected]",
"blog_id": "215380000"
},
"jetpackedgeecomm.wpcomstaging.com": {
"url": "https://jetpackedgeecomm.wpcomstaging.com/",
"note": "ecommerce plan",
Expand All @@ -43,19 +55,6 @@ SITES='{
"blog_id": "215380213"
}
}'
# Removed from the above pending a rename. p1720019588866209-slack-C05Q5HSS013
# "jetpackedgephp74.wpcomstaging.com": {
# "url": "https://jetpackedgephp74.wpcomstaging.com/",
# "note": "php 7.4",
# "ssh_string": "[email protected]",
# "blog_id": "215379848"
# },
# "jetpackedgephp82.wpcomstaging.com": {
# "url": "https://jetpackedgephp82.wpcomstaging.com/",
# "note": "php 8.2",
# "ssh_string": "[email protected]",
# "blog_id": "215380000"
# },

####################################################
## Fetch plugin data from the Jetpack Beta Builder.
Expand Down
106 changes: 53 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6643cb

Please sign in to comment.