Skip to content

Commit

Permalink
remove cherry pick noise
Browse files Browse the repository at this point in the history
  • Loading branch information
sdixon194 committed Jan 25, 2022
1 parent 372a611 commit f6a15e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/files/build-all-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ for SLUG in "${SLUGS[@]}"; do
# Copy the resulting list of files into the clone.
xargs cp --parents --target-directory="$BUILD_DIR"

<<<<<<< HEAD
=======
if [[ "$SLUG" == "plugins/jetpack" || "$SLUG" == "plugins/backup" ]]; then
echo "::group::Copying Jetpack files for backward compatibility."

Expand Down Expand Up @@ -223,7 +221,6 @@ for SLUG in "${SLUGS[@]}"; do
echo "::endgroup::"
fi

>>>>>>> dace448b93 (Add backup to previous vendor copy logic (#22451))
# Remove monorepo repos from composer.json
JSON=$(jq --tab 'if .repositories then .repositories |= map( select( .options.monorepo | not ) ) else . end' "$BUILD_DIR/composer.json")
if [[ "$JSON" != "$(<"$BUILD_DIR/composer.json")" ]]; then
Expand Down

0 comments on commit f6a15e6

Please sign in to comment.