From b6cb1b8f21f38f6a089561d68b773de11aa741dd Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 11 Oct 2019 20:07:23 -0500 Subject: [PATCH] Remove commented build steps --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe3b0f1a2..05e5b16a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,12 +33,8 @@ jobs: run: xcodebuild -scheme RSDatabaseiOS -showdestinations - name: Run Build - # continue-on-error: true env: ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }} KEY_SECRET: ${{ secrets.KEY_SECRET }} SCHEME: ${{ matrix.scheme }} - run: buildscripts/ci-build.sh - - # - name: Check for Crashlog - # run: buildscripts/crash-logs.sh \ No newline at end of file + run: buildscripts/ci-build.sh \ No newline at end of file