From a57150acd8132d53d2a62123d9c47f5c3bb0e750 Mon Sep 17 00:00:00 2001 From: Lucas Statler Date: Thu, 15 Jun 2023 12:55:25 -0700 Subject: [PATCH] Just want to trigger GH checks on master --- scripts/bluepill.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bluepill.sh b/scripts/bluepill.sh index 3ab8bc00..ae832524 100755 --- a/scripts/bluepill.sh +++ b/scripts/bluepill.sh @@ -8,6 +8,8 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +# DON'T COMMIT - Just want a diff to run GH checks on. + XCPRETTY='xcpretty --report junit' command -v "$XCPRETTY" >/dev/null 2>&1 || { XCPRETTY="cat"