Skip to content

Commit

Permalink
Skipping wpcomsh for plugin update tests, h/t @anomiex.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Jun 12, 2024
1 parent 34dbe5a commit b2ab817
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/files/test-plugin-update/prepare-zips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jq -e '.' <<<"$BETAJSON" &>/dev/null
mkdir work
mkdir zips
while IFS=$'\t' read -r SRC MIRROR SLUG; do
if [[ "$SLUG" == wpcomsh ]]; then
echo "Skipping $SLUG, doesn't work on self-hosted sites."
continue
fi

echo "::group::Creating $SLUG-dev.zip"
mv "build/$MIRROR" "work/$SLUG"
touch "work/$SLUG/ci-flag.txt"
Expand Down

0 comments on commit b2ab817

Please sign in to comment.