Remove commented build steps
This commit is contained in:
parent
2034b684a8
commit
b6cb1b8f21
|
@ -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
|
||||
run: buildscripts/ci-build.sh
|
Loading…
Reference in New Issue